summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/scev-expander-debug.ll
diff options
context:
space:
mode:
authorFlorian Hahn <florian.hahn@arm.com>2018-06-25 20:40:50 +0000
committerFlorian Hahn <florian.hahn@arm.com>2018-06-25 20:40:50 +0000
commit0b3ed5742a68210e8225349a8f85a534e8a06d95 (patch)
treeb563de0d9f63e27047b7aa07912dfa7e28afbe01 /llvm/test/Transforms/LoopVectorize/scev-expander-debug.ll
parent3077c82498f83a5f001b62d8206fb62c821aff72 (diff)
downloadbcm5719-llvm-0b3ed5742a68210e8225349a8f85a534e8a06d95.tar.gz
bcm5719-llvm-0b3ed5742a68210e8225349a8f85a534e8a06d95.zip
Force vector width for scev-expander-debug.ll test
llvm-svn: 335520
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/scev-expander-debug.ll')
-rw-r--r--llvm/test/Transforms/LoopVectorize/scev-expander-debug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/scev-expander-debug.ll b/llvm/test/Transforms/LoopVectorize/scev-expander-debug.ll
index 020343a8667..079527ce53e 100644
--- a/llvm/test/Transforms/LoopVectorize/scev-expander-debug.ll
+++ b/llvm/test/Transforms/LoopVectorize/scev-expander-debug.ll
@@ -1,4 +1,4 @@
-; RUN: opt -loop-vectorize %s -S | FileCheck %s
+; RUN: opt -loop-vectorize -force-vector-width=2 -force-vector-interleave=1 %s -S | FileCheck %s
; Tests that the debug intrinsic does not cause additional instructions to be
; created by SCEVExpander.
OpenPOWER on IntegriCloud