[PATCH] D101230: [Analysis] Attribute alignment should not prevent tail call optimization

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 24 09:35:08 PDT 2021


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

Thanks. LGTM

There is also some code in TargetLowering::isInTailCallPosition, but I believe that only gets used in expanding libcalls. Might be worth a check though, to see if it deserves the same treatment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101230



More information about the llvm-commits mailing list