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

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 17:07:33 PDT 2016


sanjoy added a comment.

In http://reviews.llvm.org/D18712#392836, @mzolotukhin wrote:

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


Sounds right, but I didn't try to prove it.


http://reviews.llvm.org/D18712





More information about the llvm-commits mailing list