[PATCH] D21530: Moving loop vectorization pass before loop-unroller.

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 12:50:28 PDT 2016


sebpop added inline comments.

================
Comment at: llvm/test/Transforms/LoopVectorize/LoopWithConstTripCount1.ll:18
@@ +17,3 @@
+;
+;CHECK-LABLE:@_Z6reduceR1V
+;CHECK:load <4 x i16>
----------------
Misspell CHECK-LABLE.

================
Comment at: llvm/test/Transforms/LoopVectorize/LoopWithConstTripCount2.ll:24
@@ +23,3 @@
+
+;CHECK-LABLE: @reduce_add
+;CHECK:load <4 x i32>
----------------
Misspell CHECK-LABEL.


http://reviews.llvm.org/D21530





More information about the llvm-commits mailing list