[PATCH] D98693: [ARM] Use lrdsb for more thumb1 loads.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 16 04:54:59 PDT 2021
dmgreen added a comment.
Yeah as with any change like this, where register allocation is affected, some things will get better and some worse. It's always going to be a bit chaotic like that just because you might spill in a different place, and we only have 8 regs. In general this is an improvement in the testing I ran.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98693/new/
https://reviews.llvm.org/D98693
More information about the llvm-commits
mailing list