[PATCH] D42602: [PowerPC] Reduce stack frame for fastcc functions by only allocating parameter save area when needed

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 19:22:02 PST 2018


lei updated this revision to Diff 133555.
lei added a comment.

Add test case for pass byval parameter where we don't need the parameter save area.


https://reviews.llvm.org/D42602

Files:
  lib/Target/PowerPC/PPCISelLowering.cpp
  test/CodeGen/PowerPC/fastcc_stacksize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42602.133555.patch
Type: text/x-patch
Size: 6752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180209/81643e88/attachment.bin>


More information about the llvm-commits mailing list