diff options
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
| -rw-r--r-- | llvm/test/Transforms/LoopVectorize/interleave_count.ll | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/llvm/test/Transforms/LoopVectorize/interleave_count.ll b/llvm/test/Transforms/LoopVectorize/interleave_count.ll index dc623e8647c..2ca40f674a2 100644 --- a/llvm/test/Transforms/LoopVectorize/interleave_count.ll +++ b/llvm/test/Transforms/LoopVectorize/interleave_count.ll @@ -1,6 +1,4 @@ -; RUN: opt < %s -loop-vectorize -force-target-instruction-cost=0 -force-vector-width=2 -instcombine -S | FileCheck %s - -target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" +; RUN: opt < %s -loop-vectorize -force-target-instruction-cost=0 -force-vector-width=2 -force-vector-interleave=1 -instcombine -S | FileCheck %s  ; CHECK-LABEL: @copy(  ; CHECK:       vector.body: | 

