[PATCH] D69101: [AIX] Refactor AIX Call Lowering to use CCState. NFCI.

Chris Bowler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 06:24:03 PDT 2019


cebowleratibm updated this revision to Diff 226129.
cebowleratibm added a comment.

Add tests for the limitation errors on sret parameters, byval parameters as well as arguments passed in memory.  These are limitations that will be addressed in future work.


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

https://reviews.llvm.org/D69101

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/aix_byval_param.ll
  llvm/test/CodeGen/PowerPC/aix_sret_param.ll
  llvm/test/CodeGen/PowerPC/aix_stackargs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69101.226129.patch
Type: text/x-patch
Size: 12703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191023/37bfb684/attachment-0001.bin>


More information about the llvm-commits mailing list