[PATCH] D45770: [AArch64] Disable spill slot scavenging when stack realignment required.
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 20 10:07:42 PDT 2018
thegameg added a comment.
Herald added a reviewer: javed.absar.
I think @gberry's solution is actually the correct fix. I don't really see why we shouldn't use empty stack slots if we can.
I guess `AFI->getCalleeSavedStackSize` is enough to get the boundaries of the "CSR region".
Repository:
rL LLVM
https://reviews.llvm.org/D45770
More information about the llvm-commits
mailing list