[PATCH] D107886: [PowerPC][2/n] Support huge frame size for PPC64

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 11 00:38:09 PDT 2021


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

Support allocation of huge stack frame(>2g) on PPC64.

For ELFv2 ABI on Linux, quoted from the spec 2.2.3.1 General Stack Frame Requirements

> There is no maximum stack frame size defined.

On AIX, XL allows such huge frame.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107886

Files:
  llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
  llvm/test/CodeGen/PowerPC/huge-frame-size.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107886.365685.patch
Type: text/x-patch
Size: 8297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210811/d61d09a7/attachment.bin>


More information about the llvm-commits mailing list