[PATCH] D78811: [AMDGPU] Enable base pointer.
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 14 11:57:48 PDT 2020
scott.linder accepted this revision.
scott.linder added a comment.
This will require some changes to the CFI, although previously this case was broken anyway so it does not regress the unwind information. I think we will just need to define the CFA relative to the base pointer (if it is actually set up) or the stack pointer (if realignment is needed, but the base pointer is not).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78811/new/
https://reviews.llvm.org/D78811
More information about the llvm-commits
mailing list