[PATCH] D78515: [PowerPC][AIX] Pass ByVal formal arguments that span registers and stack.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 13:00:23 PDT 2020


sfertile created this revision.
sfertile added reviewers: cebowleratibm, jasonliu, ZarkoCA.
sfertile added a project: PowerPC.
Herald added subscribers: shchenz, kbarton, hiraditya, nemanjai.
Herald added a project: LLVM.

Implement passing of ByVal formal arguments when the argument is passed partly in the argument registers, with the remainder of the argument passed on the stack.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78515

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/aix-cc-byval-limitation1.ll
  llvm/test/CodeGen/PowerPC/aix-cc-byval-mem.ll
  llvm/test/CodeGen/PowerPC/aix-cc-byval-split.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78515.258819.patch
Type: text/x-patch
Size: 12632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200420/aa156b47/attachment.bin>


More information about the llvm-commits mailing list