[PATCH] D89800: [ARM][LowOverheadLoops] Don't generate a LOL if lr is redefined after the start
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 20 06:57:01 PST 2020
dmgreen added a comment.
When can this happen now? We added lr as a def of t2DoLoopStart so this kind of thing would not be possible, and we would not need to do this expensive / impossible checking so late in the backend, where it is so difficult to get really correct.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89800/new/
https://reviews.llvm.org/D89800
More information about the llvm-commits
mailing list