[PATCH] D72454: [AIX] Enable frame pointer for AIX and add related test suite

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 19:36:12 PST 2020


Xiangling_L updated this revision to Diff 242243.
Xiangling_L marked 5 inline comments as done.
Xiangling_L added a comment.

Update the testcases to make the description of each less verbose;
Add some comments to make the offset clearer with which the address of allocated area is referred by stack pointer;


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72454/new/

https://reviews.llvm.org/D72454

Files:
  llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
  llvm/lib/Target/PowerPC/PPCSubtarget.h
  llvm/test/CodeGen/PowerPC/Frames-alloca.ll
  llvm/test/CodeGen/PowerPC/Frames-dyn-alloca-with-func-call.ll
  llvm/test/CodeGen/PowerPC/Frames-dyn-alloca.ll
  llvm/test/CodeGen/PowerPC/Frames-large.ll
  llvm/test/CodeGen/PowerPC/Frames-small.ll
  llvm/test/CodeGen/PowerPC/Frames-stack-floor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72454.242243.patch
Type: text/x-patch
Size: 23808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200204/b21350b3/attachment.bin>


More information about the llvm-commits mailing list