[PATCH] D76401: [PowerPC][AIX] ByVal formal argument support: single register.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 11:49:16 PDT 2020


sfertile updated this revision to Diff 252376.
sfertile marked 4 inline comments as done.
sfertile added a comment.

- split the ByVal handling into memory and register parts to remove an 'else'.
- add back some missing info for fixed stack objects in the lit test.
- remove check lines related to fixed stack objects which are not semantically meaningful.

Still working on adding the suggested comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76401

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76401.252376.patch
Type: text/x-patch
Size: 21512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200324/31eda75d/attachment-0001.bin>


More information about the llvm-commits mailing list