[PATCH] D40893: [PowerPC] fix a bug in TCO eligibility check

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 22 03:25:27 PST 2017


inouehrs marked 2 inline comments as done.
inouehrs added inline comments.


================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:4442
   // caller's stack size > callee's stack size, we are still able to apply
   // sibling call optimization. See: https://reviews.llvm.org/D23441#513574
   if (any_of(Outs, [](const ISD::OutputArg& OA) { return OA.Flags.isByVal(); }))
----------------
echristo wrote:
> Since you're here can you update this with the actual problem and not an external link? We don't really do that.
How about this? I included the example in the URL here. 


https://reviews.llvm.org/D40893





More information about the llvm-commits mailing list