From: Matthew Simpson Date: Tue, 16 May 2017 15:20:27 +0000 (+0000) Subject: Fix test case to unbreak bots X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f62f568123f6be5c24f11cbd7225a11421868150;p=llvm Fix test case to unbreak bots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303176 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopVectorize/interleave_count.ll b/test/Transforms/LoopVectorize/interleave_count.ll index dc623e8647c..2ca40f674a2 100644 --- a/test/Transforms/LoopVectorize/interleave_count.ll +++ b/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: