[PATCH] D57428: [SCEV] Guard movement of insertion point for loop-invariants (take 2)
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 13 21:32:17 PST 2019
mkazantsev added a comment.
Herald added a subscriber: jdoerfert.
I did not look into this too deeply, but the problem you're describing sounds like it can be solved by setting `InsertPt` to `getFirstNonPHI` at some point.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57428/new/
https://reviews.llvm.org/D57428
More information about the llvm-commits
mailing list