[PATCH] D32261: [LoopUnroll] Don't try to unroll non-rotated loops
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 12:02:37 PDT 2017
efriedma accepted this revision.
efriedma added a comment.
LGTM.
================
Comment at: lib/Transforms/Utils/LoopUnroll.cpp:337
+ return BI->getSuccessor(S1) == Header && !L->contains(BI->getSuccessor(S2));
+
+ };
----------------
Extra newline.
https://reviews.llvm.org/D32261
More information about the llvm-commits
mailing list