[PATCH] D72454: [AIX] Enable frame pointer for AIX and add related test suite
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 10:58:37 PST 2020
sfertile added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCFrameLowering.cpp:63
static unsigned computeFramePointerSaveOffset(const PPCSubtarget &STI) {
// SVR4 ABI: First slot in the general register save area.
return STI.isPPC64() ? -8U : -4U;
----------------
If its the first spill slot in the gpr save area for both ELF and XCOFF we should remove `SVR4 ABI`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72454/new/
https://reviews.llvm.org/D72454
More information about the llvm-commits
mailing list