[PATCH] D120867: [IROutliner] Adding support to properly handle musttail, swifttailcc and tailcc

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 6 13:30:05 PST 2022


tschuett added a comment.

In D120867#3360859 <https://reviews.llvm.org/D120867#3360859>, @paquette wrote:

> I'm not sure how often `musttail`/`tailcc` appears in the LLVM test suite, but this didn't introduce any asserts there, and all of the tests pass.
>
> @aschwaighofer Can you think of any (open source) Swift programs we can test this on? :)

Is there a clang attribute?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120867



More information about the llvm-commits mailing list