]> granicus.if.org Git - llvm/commitdiff
Fix test case to unbreak bots
authorMatthew Simpson <mssimpso@codeaurora.org>
Tue, 16 May 2017 15:20:27 +0000 (15:20 +0000)
committerMatthew Simpson <mssimpso@codeaurora.org>
Tue, 16 May 2017 15:20:27 +0000 (15:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303176 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopVectorize/interleave_count.ll

index dc623e8647cb8fab2f5c7f636c6d8872864358ce..2ca40f674a24f25a5ce874cc7aa793a4e4760117 100644 (file)
@@ -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: