[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
Thu Jan 9 07:15:27 PST 2020
Xiangling_L created this revision.
Xiangling_L added reviewers: cebowleratibm, sfertile, zarko, hubert.reinterpretcast, jasonliu.
Xiangling_L added a project: LLVM.
Herald added subscribers: llvm-commits, jsji, kbarton, hiraditya, nemanjai.
This patch:
- enable frame pointer for AIX
- update some of red zone comments[we may need an extra NFC patch to address all red zone related comments]
- add testcases
Repository:
rG LLVM Github Monorepo
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-large.ll
llvm/test/CodeGen/PowerPC/aix-frames-alloc-char.ll
llvm/test/CodeGen/PowerPC/aix-frames-alloca-with-func-call.ll
llvm/test/CodeGen/PowerPC/aix-frames-dyn-multi-alloc.ll
llvm/test/CodeGen/PowerPC/aix-frames-small.ll
llvm/test/CodeGen/PowerPC/aix32-frames-stack-floor.ll
llvm/test/CodeGen/PowerPC/aix64-frames-stack-floor.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72454.237075.patch
Type: text/x-patch
Size: 24888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200109/1449b13d/attachment.bin>
More information about the llvm-commits
mailing list