[PATCH] D22952: [LoopVectorize] Detect loops in the innermost loop before creating InnerLoopVectorizer
Michael Kuperstein via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 16:46:00 PDT 2016
mkuper added a subscriber: mkuper.
================
Comment at: test/Transforms/LoopVectorize/pr28541.ll:3
@@ +2,3 @@
+
+; Check that opt does not crash on such input:
+;
----------------
Could you also please check that the loop doesn't get vectorized?
https://reviews.llvm.org/D22952
More information about the llvm-commits
mailing list