[PATCH] D62823: [AIX] Implement call lowering with parameters could pass onto GPRs
Jason Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 14:08:01 PDT 2019
jasonliu created this revision.
jasonliu added reviewers: sfertile, hubert.reinterpretcast, Xiangling_L, syzaara.
jasonliu added a project: LLVM.
Herald added subscribers: llvm-commits, jsji, kbarton, hiraditya, nemanjai.
This patch implements SDAG call lowering on AIX for functions which only have parameters that could fit into GPRs.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62823
Files:
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
llvm/test/CodeGen/PowerPC/aix_gpr_param.ll
llvm/test/CodeGen/PowerPC/test_call_aix.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62823.202796.patch
Type: text/x-patch
Size: 13766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/9d8f3563/attachment.bin>
More information about the llvm-commits
mailing list