[PATCH] D65792: [ARM][LowOverheadLoops] Revert after read/write
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 02:11:46 PDT 2019
dmgreen added a comment.
Is a Use of LR a problem? As in, if something needed to use the value of "i" in a loop, could it not end up using LR for that? (I agree checking defs is likely better than just checking load/stores).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65792/new/
https://reviews.llvm.org/D65792
More information about the llvm-commits
mailing list