[PATCH] D99929: [SCEV] Fix false-positive recognition of simple recurrences. PR49856
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 6 21:34:34 PDT 2021
mkazantsev added a comment.
I can't say if the alternative a correct solution because I don't know if we guarantee to destroy all loops immediately after some block contained in them has become urneachable. If not, then the alternative solution also contains this bug. If yes, this is not obvious and I'm not sure where it is asserted. We can go with it if we have the answers to these questions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99929/new/
https://reviews.llvm.org/D99929
More information about the llvm-commits
mailing list