[PATCH] D27002: [AArch64] Handle more zero reg cases in foldMemoryOperandImpl
Michael Kuperstein via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 16:15:56 PST 2016
mkuper added a comment.
Note that since https://reviews.llvm.org/D26521 only enables folding of stack slots for X86, it changed the MachineMemOperand size handling only in the FI version of TTI::foldMemoryOperand().
If you're enabling it for LoadMI here, you may need to do something similar for the LoadMI version (unless it happens to just work).
https://reviews.llvm.org/D27002
More information about the llvm-commits
mailing list