[PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 15:08:03 PST 2016


joker.eph added inline comments.

================
Comment at: lib/Transforms/Utils/LoopUnroll.cpp:491
@@ +490,3 @@
+                                             UnrolledLoopBlocks.end(), Dest),
+                                 UnrolledLoopBlocks.end());
+      }
----------------
A one-line comment may be welcome :)


http://reviews.llvm.org/D16838





More information about the llvm-commits mailing list