1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Fix test case to unbreak bots

llvm-svn: 303176
This commit is contained in:
Matthew Simpson 2017-05-16 15:20:27 +00:00
parent fdeda43e2f
commit 2b38ec1ab7

View File

@ -1,6 +1,4 @@
; RUN: opt < %s -loop-vectorize -force-target-instruction-cost=0 -force-vector-width=2 -instcombine -S | FileCheck %s ; RUN: opt < %s -loop-vectorize -force-target-instruction-cost=0 -force-vector-width=2 -force-vector-interleave=1 -instcombine -S | FileCheck %s
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
; CHECK-LABEL: @copy( ; CHECK-LABEL: @copy(
; CHECK: vector.body: ; CHECK: vector.body: