[PATCH] D111495: [IndVars] Invalidate SCEV when IR is changed in rewriteLoopExitValue.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 9 09:10:12 PDT 2021
nikic added a comment.
This looks like basically the same change as D82799 <https://reviews.llvm.org/D82799>, though there I thought this was just a compile-time optimization, not a correctness fix. In that patch, I also added an extra forgetValue() call in IV widening to prevent the elim-extend.ll test change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111495/new/
https://reviews.llvm.org/D111495
More information about the llvm-commits
mailing list