[PATCH] D97455: [PowerPC][AIX] Enable moving stack update for AIX

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 02:26:11 PST 2021


lkail created this revision.
lkail added reviewers: nemanjai, hubert.reinterpretcast, jsji, PowerPC.
Herald added subscribers: shchenz, kbarton, hiraditya, qcolombet.
lkail requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Moving stack update was introduced by https://reviews.llvm.org/D42590 and https://reviews.llvm.org/D41737. This patch enables it for AIX 64bit.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97455

Files:
  llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
  llvm/test/CodeGen/PowerPC/CSR-fit.ll
  llvm/test/CodeGen/PowerPC/not-fixed-frame-object.ll
  llvm/test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll
  llvm/test/CodeGen/PowerPC/vsxD-Form-spills.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97455.326330.patch
Type: text/x-patch
Size: 19939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210225/babb44a7/attachment.bin>


More information about the llvm-commits mailing list