[PATCH] D78263: [PowerPC][AIX] ByVal formal argument support: passing on the stack

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 18:46:49 PDT 2020


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

Adds support for passing a ByVal formal argument completely on the stack (ie after all argument registers are exhausted).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78263

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78263.257931.patch
Type: text/x-patch
Size: 4868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200416/d38c8039/attachment.bin>


More information about the llvm-commits mailing list