summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/nofloat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/nofloat.ll')
-rw-r--r--llvm/test/Transforms/LoopVectorize/nofloat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/nofloat.ll b/llvm/test/Transforms/LoopVectorize/nofloat.ll
index 5d27106d888..dbdec330ca2 100644
--- a/llvm/test/Transforms/LoopVectorize/nofloat.ll
+++ b/llvm/test/Transforms/LoopVectorize/nofloat.ll
@@ -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
; Make sure that we don't vectorize functions with 'noimplicitfloat' attributes.
OpenPOWER on IntegriCloud