Force a fixed unroll count on the target independent tests.
[oota-llvm.git] / test / Transforms / LoopVectorize / cast-induction.ll
index fc8281ba8a7ee76b880efa85d2bfb30e82eb2b87..5c090aa0772a749301591dfdc13cafec4e1e4273 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s  -loop-vectorize -force-vector-width=4 -dce -instcombine -licm -S | FileCheck %s
+; RUN: opt < %s  -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -licm -S | FileCheck %s
 
 ; rdar://problem/12848162