diff options
| author | Florian Hahn <florian.hahn@arm.com> | 2018-06-25 20:40:50 +0000 |
|---|---|---|
| committer | Florian Hahn <florian.hahn@arm.com> | 2018-06-25 20:40:50 +0000 |
| commit | 0b3ed5742a68210e8225349a8f85a534e8a06d95 (patch) | |
| tree | b563de0d9f63e27047b7aa07912dfa7e28afbe01 /llvm/test/Transforms/LoopVectorize/scev-expander-debug.ll | |
| parent | 3077c82498f83a5f001b62d8206fb62c821aff72 (diff) | |
| download | bcm5719-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.ll | 2 |
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. |

