[all-commits] [llvm/llvm-project] bb260b: [PowerPC][AIX] Add support for vector arg passing ...
Sean Fertile via All-commits
all-commits at lists.llvm.org
Thu Feb 18 10:34:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb260b1ca7d51869e140212aa543f53dfcf01a1b
https://github.com/llvm/llvm-project/commit/bb260b1ca7d51869e140212aa543f53dfcf01a1b
Author: Sean Fertile <sd.fertile at gmail.com>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
A llvm/test/CodeGen/PowerPC/aix-vec-arg-spills-callee.ll
A llvm/test/CodeGen/PowerPC/aix-vec-arg-spills-mir.ll
A llvm/test/CodeGen/PowerPC/aix-vec-arg-spills.ll
M llvm/test/CodeGen/PowerPC/aix-vector-stack-caller.ll
M llvm/test/CodeGen/PowerPC/aix-vector-stack.ll
Log Message:
-----------
[PowerPC][AIX] Add support for vector arg passing on the stack.
Enable passing more vector arguments then available vector
argument passing registers.
Differential Revision: https://reviews.llvm.org/D96415
More information about the All-commits
mailing list