[PATCH] D14526: Don't recompute LCSSA after loop-unrolling when possible.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 16:34:34 PST 2015


joker.eph added inline comments.

================
Comment at: lib/Transforms/Utils/LoopUnroll.cpp:227
@@ +226,3 @@
+  Loop *ParentL = L->getParentLoop();
+  bool AllExitsAreInsideParentLoop = !ParentL ||
+      std::all_of(ExitBlocks.begin(), ExitBlocks.end(),
----------------
It seems you didn't update the test, if it was passing before it means this is not tested in the non-regression suite?


http://reviews.llvm.org/D14526





More information about the llvm-commits mailing list