[PATCH] D57183: [COFF, ARM64] Fix localaddress to handle stack realignment
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 24 17:37:22 PST 2019
efriedma added a comment.
> hasBasePointer checks the same conditions
We sometimes emit a base pointer or a frame pointer when it isn't strictly necessary. We don't want to change the result of llvm.localaddress() in that case.
----
The MF.hasLocalEscape() check in hasFP() probably isn't necessary.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57183/new/
https://reviews.llvm.org/D57183
More information about the llvm-commits
mailing list