[all-commits] [llvm/llvm-project] d68831: [PowerPC][AIX] Implement formal arguments passed i...
Sean Fertile via All-commits
all-commits at lists.llvm.org
Thu Mar 12 08:49:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d6883126603393a96f75f6392243fbda394c7d7a
https://github.com/llvm/llvm-project/commit/d6883126603393a96f75f6392243fbda394c7d7a
Author: Zarko Todorovski <zarko at ca.ibm.com>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
Log Message:
-----------
[PowerPC][AIX] Implement formal arguments passed in stack memory.
This patch is the callee side counterpart for https://reviews.llvm.org/D73209.
It removes the fatal error when we pass more formal arguments than available
registers.
Differential Revision: https://reviews.llvm.org/D74225
More information about the All-commits
mailing list