[PATCH] D64424: AIX: Implement LR prolog/epilog save/restore
Chris Bowler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 08:57:04 PDT 2019
cebowleratibm created this revision.
cebowleratibm added reviewers: sfertile, hubert.reinterpretcast, jasonliu, Xiangling_L, xingxue, ZarkoCA, daltenty.
Herald added subscribers: llvm-commits, jsji, MaskRay, kbarton, hiraditya, nemanjai.
Herald added a project: LLVM.
This patch fixes the offsets of fields in the stack frame linkage save area for AIX.
Side note:
this patch has dependency on https://reviews.llvm.org/D63738 to emit correct assembly for a call.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D64424
Files:
llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
llvm/lib/Target/PowerPC/PPCFrameLowering.h
llvm/test/CodeGen/PowerPC/aix-lr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64424.208696.patch
Type: text/x-patch
Size: 6157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190709/fff1a5aa/attachment.bin>
More information about the llvm-commits
mailing list