[PATCH] D35304: [RuntimeLoopUnrolling] Update DomTree correctly when exit blocks have successors

Michael Zolotukhin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 13:51:08 PDT 2017


mzolotukhin added a comment.

Don't we break critical edges before unrolling? If so, then I think this situation should never happen (and if it does, we need to understand why).

Michael


https://reviews.llvm.org/D35304





More information about the llvm-commits mailing list