[PATCH] D40876: AArch64: Fix emergency spillslot being out of reach for large callframes
Geoff Berry via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 3 08:53:36 PST 2018
gberry added a comment.
I think what is bothering me about this change is that the return value of hasFP() now seems more dynamic. Did you consider a potentially simpler fix of just creating the spill slot as a fixed stack object with a hard-coded offset that would guarantee it is directly addressable from the SP/FP?
https://reviews.llvm.org/D40876
More information about the llvm-commits
mailing list