[PATCH] D107301: [AArch64] Save LR (x30) across statepoint calls
Johann Rudloff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 17 10:05:07 PDT 2021
cypheon added a comment.
In D107301#2949695 <https://reviews.llvm.org/D107301#2949695>, @reames wrote:
> [...] I will comment that the addition of another operand to the MI just to effect the MC lowering seems... suspect.
Do you have any hint for me where a more appropriate place might be (or just in which direction I should look)? I searched several other places but since almost all of the statepoint infrastructure is target-independent, I didn't find a better place to do this.
Thanks for commenting!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107301/new/
https://reviews.llvm.org/D107301
More information about the llvm-commits
mailing list