[PATCH] D46045: [LoopUnswitch] Fix SCEV invalidation in unswitching

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 02:01:18 PDT 2018


mkazantsev added a comment.

Actually particularly with case of unswitching, I grow hesitant about one of our asserts that fails here. Maybe it is over-conservative. See comment https://reviews.llvm.org/D44676#1086144

I will check if its removal actually helps.


https://reviews.llvm.org/D46045





More information about the llvm-commits mailing list