[PATCH] D20220: [PEI, AArch64] Use empty spaces in stack area for local stack slot allocation.

Geoff Berry via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 13:32:10 PDT 2016


gberry created this revision.
gberry added reviewers: t.p.northover, qcolombet, MatzeB.
gberry added subscribers: llvm-commits, mcrosier, rengolin.
Herald added a subscriber: aemerson.

If the target requests it, use emptry spaces in the fixed and
callee-save stack area to allocate local stack objects.

AArch64: Change last callee-save reg stack object alignment instead of
size to leave a gap to take advantage of above change.

http://reviews.llvm.org/D20220

Files:
  include/llvm/Target/TargetFrameLowering.h
  lib/CodeGen/PrologEpilogInserter.cpp
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64FrameLowering.h
  lib/Target/AArch64/AArch64MachineFunctionInfo.h
  test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
  test/CodeGen/AArch64/arm64-hello.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20220.57096.patch
Type: text/x-patch
Size: 10469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160512/a3f35acd/attachment.bin>


More information about the llvm-commits mailing list