Print vectorization analysis when loop hint is specified.
[oota-llvm.git] / test / Transforms / LoopVectorize / no_outside_user.ll
index 7030b6b4df2d47485c95c94c99d5f0e304564146..2683b42dc7172b138b7d1bda9e06ec0c33ffabfb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -S -loop-vectorize -force-vector-interleave=1 -force-vector-width=2 -pass-remarks-analysis=loop-vectorize < %s 2>&1 | FileCheck %s
+; RUN: opt -S -loop-vectorize -force-vector-interleave=1 -force-vector-width=2 < %s 2>&1 | FileCheck %s
 
 ; CHECK: remark: {{.*}}: loop not vectorized: value could not be identified as an induction or reduction variable
 ; CHECK: remark: {{.*}}: loop not vectorized: use of induction value outside of the loop is not handled by vectorizer