]> granicus.if.org Git - llvm/commit
[AIX] Implement LR prolog/epilog save/restore
authorHubert Tong <hubert.reinterpretcast@gmail.com>
Tue, 13 Aug 2019 13:38:24 +0000 (13:38 +0000)
committerHubert Tong <hubert.reinterpretcast@gmail.com>
Tue, 13 Aug 2019 13:38:24 +0000 (13:38 +0000)
commitcc611e1756a8601fc377ebf854d419de9db7d783
tree89f6f0b27836b9e1bff8c3c796c6d2dcd9c3287c
parentfe1dee6170cebd8c0162a51ef7d61f471a6b2cb1
[AIX] Implement LR prolog/epilog save/restore

Summary:
This patch fixes the offsets of fields in the stack frame linkage save
area for AIX.

Reviewers: sfertile, hubert.reinterpretcast, jasonliu, Xiangling_L, xingxue, ZarkoCA, daltenty

Reviewed By: hubert.reinterpretcast

Subscribers: wuzish, nemanjai, hiraditya, kbarton, MaskRay, jsji, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D64424

Patch by Chris Bowler!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368691 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/PowerPC/aix-lr.ll [new file with mode: 0644]