[PATCH] D74225: [AIX] Implement formal arguments passed in stack memory

Zarko Todorovski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 19:14:00 PST 2020


ZarkoCA updated this revision to Diff 244319.
ZarkoCA edited the summary of this revision.
ZarkoCA added a comment.

Added new testcases which include both callee and callee IR and assembly expected output. 
Addressed comments:

1. Added ByVal assertion
2. Replaced no RegLoc/MemLoc fatal error with an assertion
3. Moved variable definitions closer to where they are used
4. Fixed formatting


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

https://reviews.llvm.org/D74225

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74225.244319.patch
Type: text/x-patch
Size: 50400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200213/80ca8daf/attachment.bin>


More information about the llvm-commits mailing list