[PATCH] D130374: [Passes] add a tail-call-elim pass near the end of the opt pipeline

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 11:12:42 PDT 2022


spatel added a comment.

In D130374#3676437 <https://reviews.llvm.org/D130374#3676437>, @spatel wrote:

> In D130374#3676323 <https://reviews.llvm.org/D130374#3676323>, @xbolva00 wrote:
>
>> LG as well
>
> Thanks. 
> I wasn't running 'check-clang' with this applied, and now I see that hundreds of those test files are affected (because they are wrongly running the entire opt), so I have to see what it takes to update those.

The patch with clang test diffs took forever to update (even with most tests using scripted check lines), and it is too big to post on Phab. The vast majority of changes are with AArch64's sve tests. It might have been better to just rule out target-specific intrinsics...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130374/new/

https://reviews.llvm.org/D130374



More information about the llvm-commits mailing list