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)
llvm-svn: 303176

llvm/test/Transforms/LoopVectorize/interleave_count.ll

index dc623e8..2ca40f6 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: