[PATCH] D26299: Improving the efficiency of the Loop Unswitching pass

Weiming Zhao via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 5 13:48:33 PDT 2016


weimingz added inline comments.


================
Comment at: lib/Transforms/Scalar/LoopUnswitch.cpp:624
+
+          if (isUnreachable) break;
+
----------------
already break in line 618?


Repository:
  rL LLVM

https://reviews.llvm.org/D26299





More information about the llvm-commits mailing list