From f62f568123f6be5c24f11cbd7225a11421868150 Mon Sep 17 00:00:00 2001 From: Matthew Simpson Date: Tue, 16 May 2017 15:20:27 +0000 Subject: [PATCH] Fix test case to unbreak bots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303176 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopVectorize/interleave_count.ll | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: -- 2.50.1