summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize
diff options
context:
space:
mode:
authorMatthew Simpson <mssimpso@codeaurora.org>2017-05-16 15:20:27 +0000
committerMatthew Simpson <mssimpso@codeaurora.org>2017-05-16 15:20:27 +0000
commitc3c92cf2c76a81945424252b8ebf2d3f5afa2aab (patch)
tree454d069d12f5b759e0421878eb5607167d46ee74 /llvm/test/Transforms/LoopVectorize
parent0c1016a337bc894c2ffe87e25e6e99c690fa8fca (diff)
downloadbcm5719-llvm-c3c92cf2c76a81945424252b8ebf2d3f5afa2aab.tar.gz
bcm5719-llvm-c3c92cf2c76a81945424252b8ebf2d3f5afa2aab.zip
Fix test case to unbreak bots
llvm-svn: 303176
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
-rw-r--r--llvm/test/Transforms/LoopVectorize/interleave_count.ll4
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:
OpenPOWER on IntegriCloud