[PATCH] D18712: [LoopUnroll] Fix the way we update DT after complete unrolling.

Michael Zolotukhin via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 16:51:23 PDT 2016


mzolotukhin added a comment.

Hmm, that's a good catch. I think we need to check dominance children of all loop blocks then. That should be sufficient, right?

Thanks,
Michael


http://reviews.llvm.org/D18712





More information about the llvm-commits mailing list