[PATCH] D73209: [AIX] Implement caller arguments passed in stack memory

Chris Bowler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 07:35:29 PST 2020


cebowleratibm updated this revision to Diff 242611.
cebowleratibm marked 4 inline comments as done.
cebowleratibm added a comment.

Used custom mem to tag memLocs for float args that also pass in register so the LowerFormalArguments_AIX can skip them easily.

Addressed minor cleanup and testcase updates from review.


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

https://reviews.llvm.org/D73209

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
  llvm/test/CodeGen/PowerPC/aix-stackargs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73209.242611.patch
Type: text/x-patch
Size: 35338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200205/ff42704b/attachment.bin>


More information about the llvm-commits mailing list