[all-commits] [llvm/llvm-project] 3282d8: [PowerPC][AIX] ByVal formal arguments in a single ...
Sean Fertile via All-commits
all-commits at lists.llvm.org
Wed Mar 25 08:10:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3282d875d6f740b56b686c1af320ba7f31ba0a48
https://github.com/llvm/llvm-project/commit/3282d875d6f740b56b686c1af320ba7f31ba0a48
Author: Sean Fertile <sd.fertile at gmail.com>
Date: 2020-03-25 (Wed, 25 Mar 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/test/CodeGen/PowerPC/aix-cc-byval.ll
M llvm/test/CodeGen/PowerPC/aix64-cc-byval.ll
Log Message:
-----------
[PowerPC][AIX] ByVal formal arguments in a single register.
Adds support for passing ByVal formal arguments as long as they fit in a
single register.
Differential Revision: https://reviews.llvm.org/D76401
More information about the All-commits
mailing list