[PATCH] D76902: [PowerPC][AIX] ByVal formal argument support: multiple registers

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 14:43:26 PDT 2020


sfertile updated this revision to Diff 255492.
sfertile marked an inline comment as done.
sfertile added a comment.

- rebase to pick up landed dependencies.
- Moved assertion that loop index was still valid to top of loop.
- added a test that exercise fatal error for args split between registers and stack.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76902

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76902.255492.patch
Type: text/x-patch
Size: 12950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200406/821395a9/attachment.bin>


More information about the llvm-commits mailing list