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

Zarko Todorovski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 08:09:26 PST 2020


ZarkoCA created this revision.
ZarkoCA added reviewers: cebowleratibm, sfertile.
ZarkoCA added a project: LLVM.
Herald added subscribers: llvm-commits, jsji, kbarton, hiraditya, nemanjai.

This patch is the callee side for https://reviews.llvm.org/D73209.  It removes the fatal error when we pass more formal arguments than available registers.


Repository:
  rG LLVM Github Monorepo

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.243172.patch
Type: text/x-patch
Size: 10730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200207/be457e13/attachment.bin>


More information about the llvm-commits mailing list