[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 14:49:12 PDT 2016
sanjoy added a comment.
Generally, I think this change will be somewhat easier to follow if
you update the commit message to "this is the pre-unroll loop A, which
gets unrolled to this loop B, and these are the blocks X and Y we need
to fixup out of which the current technique leaves out X".
I realize that you have a test case, but reviewers are lazy people. :)
http://reviews.llvm.org/D18712
More information about the llvm-commits
mailing list