[PATCH] D86476: [AIX] Add support for non var_arg extended vector ABI calling convention on AIX
Zarko Todorovski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 5 07:50:40 PDT 2020
ZarkoCA updated this revision to Diff 296182.
ZarkoCA retitled this revision from "[AIX] Add support for vector parameters in LowerFormalArguments_AIX" to "[AIX] Add support for non var_arg extended vector ABI calling convention on AIX".
ZarkoCA edited the summary of this revision.
ZarkoCA added a reviewer: Xiangling_L.
ZarkoCA added a comment.
This patch now only contains the ISel lowering portion of the previous version. Additionally, lowering on the callee side was implemented since with the work already contained in CC_AIX only the removal of the error in LowerCall_AIX() was required. Return vector types was also enabled. The test case checks the caller, callee and return assembly instructions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86476/new/
https://reviews.llvm.org/D86476
Files:
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/test/CodeGen/PowerPC/aix-cc-altivec.ll
llvm/test/CodeGen/PowerPC/aix-cc-ext-vec-abi.ll
llvm/test/CodeGen/PowerPC/aix-vector-return.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86476.296182.patch
Type: text/x-patch
Size: 11974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201005/5a66b821/attachment.bin>
More information about the llvm-commits
mailing list