[PATCH] D96415: [PowerPC][AIX} Support passing vector arguments on the stack.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 06:49:13 PST 2021


sfertile created this revision.
sfertile added reviewers: ZarkoCA, cebowleratibm.
sfertile added a project: PowerPC.
Herald added subscribers: shchenz, kbarton, hiraditya, nemanjai, qcolombet.
sfertile requested review of this revision.
Herald added a project: LLVM.

Once all vector registers have been consumed by arguments, spill the remaining vector arguments to the stack.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96415

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/aix-vec-arg-spills-callee.ll
  llvm/test/CodeGen/PowerPC/aix-vec-arg-spills-mir.ll
  llvm/test/CodeGen/PowerPC/aix-vec-arg-spills.ll
  llvm/test/CodeGen/PowerPC/aix-vector-stack-caller.ll
  llvm/test/CodeGen/PowerPC/aix-vector-stack.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96415.322671.patch
Type: text/x-patch
Size: 29994 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210210/5f75e199/attachment.bin>


More information about the llvm-commits mailing list