2014-04-04 00:01:44 +08:00
|
|
|
; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s
|
2009-07-26 08:39:34 +08:00
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <8 x i8> @test_vrev64D8(<8 x i8>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev64D8:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev64.8
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <8 x i8>, <8 x i8>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <8 x i8> %tmp1, <8 x i8> undef, <8 x i32> <i32 7, i32 6, i32 5, i32 4, i32 3, i32 2, i32 1, i32 0>
|
|
|
|
ret <8 x i8> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <4 x i16> @test_vrev64D16(<4 x i16>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev64D16:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev64.16
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <4 x i16>, <4 x i16>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <4 x i16> %tmp1, <4 x i16> undef, <4 x i32> <i32 3, i32 2, i32 1, i32 0>
|
|
|
|
ret <4 x i16> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <2 x i32> @test_vrev64D32(<2 x i32>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev64D32:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev64.32
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <2 x i32>, <2 x i32>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <2 x i32> %tmp1, <2 x i32> undef, <2 x i32> <i32 1, i32 0>
|
|
|
|
ret <2 x i32> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <2 x float> @test_vrev64Df(<2 x float>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev64Df:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev64.32
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <2 x float>, <2 x float>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <2 x float> %tmp1, <2 x float> undef, <2 x i32> <i32 1, i32 0>
|
|
|
|
ret <2 x float> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <16 x i8> @test_vrev64Q8(<16 x i8>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev64Q8:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev64.8
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <16 x i8>, <16 x i8>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <16 x i8> %tmp1, <16 x i8> undef, <16 x i32> <i32 7, i32 6, i32 5, i32 4, i32 3, i32 2, i32 1, i32 0, i32 15, i32 14, i32 13, i32 12, i32 11, i32 10, i32 9, i32 8>
|
|
|
|
ret <16 x i8> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <8 x i16> @test_vrev64Q16(<8 x i16>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev64Q16:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev64.16
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <8 x i16>, <8 x i16>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <8 x i16> %tmp1, <8 x i16> undef, <8 x i32> <i32 3, i32 2, i32 1, i32 0, i32 7, i32 6, i32 5, i32 4>
|
|
|
|
ret <8 x i16> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <4 x i32> @test_vrev64Q32(<4 x i32>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev64Q32:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev64.32
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <4 x i32>, <4 x i32>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <4 x i32> %tmp1, <4 x i32> undef, <4 x i32> <i32 1, i32 0, i32 3, i32 2>
|
|
|
|
ret <4 x i32> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <4 x float> @test_vrev64Qf(<4 x float>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev64Qf:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev64.32
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <4 x float>, <4 x float>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <4 x float> %tmp1, <4 x float> undef, <4 x i32> <i32 1, i32 0, i32 3, i32 2>
|
|
|
|
ret <4 x float> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <8 x i8> @test_vrev32D8(<8 x i8>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev32D8:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev32.8
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <8 x i8>, <8 x i8>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <8 x i8> %tmp1, <8 x i8> undef, <8 x i32> <i32 3, i32 2, i32 1, i32 0, i32 7, i32 6, i32 5, i32 4>
|
|
|
|
ret <8 x i8> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <4 x i16> @test_vrev32D16(<4 x i16>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev32D16:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev32.16
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <4 x i16>, <4 x i16>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <4 x i16> %tmp1, <4 x i16> undef, <4 x i32> <i32 1, i32 0, i32 3, i32 2>
|
|
|
|
ret <4 x i16> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <16 x i8> @test_vrev32Q8(<16 x i8>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev32Q8:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev32.8
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <16 x i8>, <16 x i8>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <16 x i8> %tmp1, <16 x i8> undef, <16 x i32> <i32 3, i32 2, i32 1, i32 0, i32 7, i32 6, i32 5, i32 4, i32 11, i32 10, i32 9, i32 8, i32 15, i32 14, i32 13, i32 12>
|
|
|
|
ret <16 x i8> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <8 x i16> @test_vrev32Q16(<8 x i16>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev32Q16:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev32.16
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <8 x i16>, <8 x i16>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <8 x i16> %tmp1, <8 x i16> undef, <8 x i32> <i32 1, i32 0, i32 3, i32 2, i32 5, i32 4, i32 7, i32 6>
|
|
|
|
ret <8 x i16> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <8 x i8> @test_vrev16D8(<8 x i8>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev16D8:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev16.8
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <8 x i8>, <8 x i8>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <8 x i8> %tmp1, <8 x i8> undef, <8 x i32> <i32 1, i32 0, i32 3, i32 2, i32 5, i32 4, i32 7, i32 6>
|
|
|
|
ret <8 x i8> %tmp2
|
|
|
|
}
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define <16 x i8> @test_vrev16Q8(<16 x i8>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev16Q8:
|
2009-07-26 08:39:34 +08:00
|
|
|
;CHECK: vrev16.8
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <16 x i8>, <16 x i8>* %A
|
2009-07-26 08:39:34 +08:00
|
|
|
%tmp2 = shufflevector <16 x i8> %tmp1, <16 x i8> undef, <16 x i32> <i32 1, i32 0, i32 3, i32 2, i32 5, i32 4, i32 7, i32 6, i32 9, i32 8, i32 11, i32 10, i32 13, i32 12, i32 15, i32 14>
|
|
|
|
ret <16 x i8> %tmp2
|
|
|
|
}
|
2010-08-17 13:54:34 +08:00
|
|
|
|
|
|
|
; Undef shuffle indices should not prevent matching to VREV:
|
|
|
|
|
|
|
|
define <8 x i8> @test_vrev64D8_undef(<8 x i8>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev64D8_undef:
|
2010-08-17 13:54:34 +08:00
|
|
|
;CHECK: vrev64.8
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <8 x i8>, <8 x i8>* %A
|
2010-08-17 13:54:34 +08:00
|
|
|
%tmp2 = shufflevector <8 x i8> %tmp1, <8 x i8> undef, <8 x i32> <i32 7, i32 undef, i32 undef, i32 4, i32 3, i32 2, i32 1, i32 0>
|
|
|
|
ret <8 x i8> %tmp2
|
|
|
|
}
|
|
|
|
|
|
|
|
define <8 x i16> @test_vrev32Q16_undef(<8 x i16>* %A) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_vrev32Q16_undef:
|
2010-08-17 13:54:34 +08:00
|
|
|
;CHECK: vrev32.16
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <8 x i16>, <8 x i16>* %A
|
2010-08-17 13:54:34 +08:00
|
|
|
%tmp2 = shufflevector <8 x i16> %tmp1, <8 x i16> undef, <8 x i32> <i32 undef, i32 0, i32 undef, i32 2, i32 5, i32 4, i32 7, i32 undef>
|
|
|
|
ret <8 x i16> %tmp2
|
|
|
|
}
|
SelectionDAG shuffle nodes do not allow operands with different numbers of
elements than the result vector type. So, when an instruction like:
%8 = shufflevector <2 x float> %4, <2 x float> %7, <4 x i32> <i32 1, i32 0, i32 3, i32 2>
is translated to a DAG, each operand is changed to a concat_vectors node that appends 2 undef elements. That is:
shuffle [a,b], [c,d] is changed to:
shuffle [a,b,u,u], [c,d,u,u]
That's probably the right thing for x86 but for NEON, we'd much rather have:
shuffle [a,b,c,d], undef
Teach the DAG combiner how to do that transformation for ARM. Radar 8597007.
llvm-svn: 117482
2010-10-28 04:38:28 +08:00
|
|
|
|
|
|
|
; A vcombine feeding a VREV should not obscure things. Radar 8597007.
|
|
|
|
|
|
|
|
define void @test_with_vcombine(<4 x float>* %v) nounwind {
|
2013-07-14 04:38:47 +08:00
|
|
|
;CHECK-LABEL: test_with_vcombine:
|
SelectionDAG shuffle nodes do not allow operands with different numbers of
elements than the result vector type. So, when an instruction like:
%8 = shufflevector <2 x float> %4, <2 x float> %7, <4 x i32> <i32 1, i32 0, i32 3, i32 2>
is translated to a DAG, each operand is changed to a concat_vectors node that appends 2 undef elements. That is:
shuffle [a,b], [c,d] is changed to:
shuffle [a,b,u,u], [c,d,u,u]
That's probably the right thing for x86 but for NEON, we'd much rather have:
shuffle [a,b,c,d], undef
Teach the DAG combiner how to do that transformation for ARM. Radar 8597007.
llvm-svn: 117482
2010-10-28 04:38:28 +08:00
|
|
|
;CHECK-NOT: vext
|
|
|
|
;CHECK: vrev64.32
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load <4 x float>, <4 x float>* %v, align 16
|
SelectionDAG shuffle nodes do not allow operands with different numbers of
elements than the result vector type. So, when an instruction like:
%8 = shufflevector <2 x float> %4, <2 x float> %7, <4 x i32> <i32 1, i32 0, i32 3, i32 2>
is translated to a DAG, each operand is changed to a concat_vectors node that appends 2 undef elements. That is:
shuffle [a,b], [c,d] is changed to:
shuffle [a,b,u,u], [c,d,u,u]
That's probably the right thing for x86 but for NEON, we'd much rather have:
shuffle [a,b,c,d], undef
Teach the DAG combiner how to do that transformation for ARM. Radar 8597007.
llvm-svn: 117482
2010-10-28 04:38:28 +08:00
|
|
|
%tmp2 = bitcast <4 x float> %tmp1 to <2 x double>
|
|
|
|
%tmp3 = extractelement <2 x double> %tmp2, i32 0
|
|
|
|
%tmp4 = bitcast double %tmp3 to <2 x float>
|
|
|
|
%tmp5 = extractelement <2 x double> %tmp2, i32 1
|
|
|
|
%tmp6 = bitcast double %tmp5 to <2 x float>
|
|
|
|
%tmp7 = fadd <2 x float> %tmp6, %tmp6
|
|
|
|
%tmp8 = shufflevector <2 x float> %tmp4, <2 x float> %tmp7, <4 x i32> <i32 1, i32 0, i32 3, i32 2>
|
|
|
|
store <4 x float> %tmp8, <4 x float>* %v, align 16
|
|
|
|
ret void
|
|
|
|
}
|
2011-05-18 04:48:40 +08:00
|
|
|
|
2011-10-18 04:23:23 +08:00
|
|
|
; The type <2 x i16> is legalized to <2 x i32> and need to be trunc-stored
|
When performing a truncating store, it's possible to rearrange the data
in-register, such that we can use a single vector store rather then a
series of scalar stores.
For func_4_8 the generated code
vldr d16, LCPI0_0
vmov d17, r0, r1
vadd.i16 d16, d17, d16
vmov.u16 r0, d16[3]
strb r0, [r2, #3]
vmov.u16 r0, d16[2]
strb r0, [r2, #2]
vmov.u16 r0, d16[1]
strb r0, [r2, #1]
vmov.u16 r0, d16[0]
strb r0, [r2]
bx lr
becomes
vldr d16, LCPI0_0
vmov d17, r0, r1
vadd.i16 d16, d17, d16
vuzp.8 d16, d17
vst1.32 {d16[0]}, [r2, :32]
bx lr
I'm not fond of how this combine pessimizes 2012-03-13-DAGCombineBug.ll,
but I couldn't think of a way to judiciously apply this combine.
This
ldrh r0, [r0, #4]
strh r0, [r1]
becomes
vldr d16, [r0]
vmov.u16 r0, d16[2]
vmov.32 d16[0], r0
vuzp.16 d16, d17
vst1.32 {d16[0]}, [r1, :32]
PR11158
rdar://10703339
llvm-svn: 154340
2012-04-10 04:32:02 +08:00
|
|
|
; to <2 x i16> when stored to memory.
|
2011-05-18 04:48:40 +08:00
|
|
|
define void @test_vrev64(<4 x i16>* nocapture %source, <2 x i16>* nocapture %dst) nounwind ssp {
|
2013-07-14 04:38:47 +08:00
|
|
|
; CHECK-LABEL: test_vrev64:
|
When performing a truncating store, it's possible to rearrange the data
in-register, such that we can use a single vector store rather then a
series of scalar stores.
For func_4_8 the generated code
vldr d16, LCPI0_0
vmov d17, r0, r1
vadd.i16 d16, d17, d16
vmov.u16 r0, d16[3]
strb r0, [r2, #3]
vmov.u16 r0, d16[2]
strb r0, [r2, #2]
vmov.u16 r0, d16[1]
strb r0, [r2, #1]
vmov.u16 r0, d16[0]
strb r0, [r2]
bx lr
becomes
vldr d16, LCPI0_0
vmov d17, r0, r1
vadd.i16 d16, d17, d16
vuzp.8 d16, d17
vst1.32 {d16[0]}, [r2, :32]
bx lr
I'm not fond of how this combine pessimizes 2012-03-13-DAGCombineBug.ll,
but I couldn't think of a way to judiciously apply this combine.
This
ldrh r0, [r0, #4]
strh r0, [r1]
becomes
vldr d16, [r0]
vmov.u16 r0, d16[2]
vmov.32 d16[0], r0
vuzp.16 d16, d17
vst1.32 {d16[0]}, [r1, :32]
PR11158
rdar://10703339
llvm-svn: 154340
2012-04-10 04:32:02 +08:00
|
|
|
; CHECK: vst1.32
|
2011-05-18 04:48:40 +08:00
|
|
|
entry:
|
|
|
|
%0 = bitcast <4 x i16>* %source to <8 x i16>*
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp2 = load <8 x i16>, <8 x i16>* %0, align 4
|
2011-05-18 04:48:40 +08:00
|
|
|
%tmp3 = extractelement <8 x i16> %tmp2, i32 6
|
|
|
|
%tmp5 = insertelement <2 x i16> undef, i16 %tmp3, i32 0
|
|
|
|
%tmp9 = extractelement <8 x i16> %tmp2, i32 5
|
|
|
|
%tmp11 = insertelement <2 x i16> %tmp5, i16 %tmp9, i32 1
|
|
|
|
store <2 x i16> %tmp11, <2 x i16>* %dst, align 4
|
|
|
|
ret void
|
|
|
|
}
|
2011-05-19 05:44:54 +08:00
|
|
|
|
|
|
|
; Test vrev of float4
|
|
|
|
define void @float_vrev64(float* nocapture %source, <4 x float>* nocapture %dest) nounwind noinline ssp {
|
|
|
|
; CHECK: float_vrev64
|
|
|
|
; CHECK: vext.32
|
|
|
|
; CHECK: vrev64.32
|
|
|
|
entry:
|
|
|
|
%0 = bitcast float* %source to <4 x float>*
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp2 = load <4 x float>, <4 x float>* %0, align 4
|
2011-05-19 05:44:54 +08:00
|
|
|
%tmp5 = shufflevector <4 x float> <float 0.000000e+00, float undef, float undef, float undef>, <4 x float> %tmp2, <4 x i32> <i32 0, i32 7, i32 0, i32 0>
|
[opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction
One of several parallel first steps to remove the target type of pointers,
replacing them with a single opaque pointer type.
This adds an explicit type parameter to the gep instruction so that when the
first parameter becomes an opaque pointer type, the type to gep through is
still available to the instructions.
* This doesn't modify gep operators, only instructions (operators will be
handled separately)
* Textual IR changes only. Bitcode (including upgrade) and changing the
in-memory representation will be in separate changes.
* geps of vectors are transformed as:
getelementptr <4 x float*> %x, ...
->getelementptr float, <4 x float*> %x, ...
Then, once the opaque pointer type is introduced, this will ultimately look
like:
getelementptr float, <4 x ptr> %x
with the unambiguous interpretation that it is a vector of pointers to float.
* address spaces remain on the pointer, not the type:
getelementptr float addrspace(1)* %x
->getelementptr float, float addrspace(1)* %x
Then, eventually:
getelementptr float, ptr addrspace(1) %x
Importantly, the massive amount of test case churn has been automated by
same crappy python code. I had to manually update a few test cases that
wouldn't fit the script's model (r228970,r229196,r229197,r229198). The
python script just massages stdin and writes the result to stdout, I
then wrapped that in a shell script to handle replacing files, then
using the usual find+xargs to migrate all the files.
update.py:
import fileinput
import sys
import re
ibrep = re.compile(r"(^.*?[^%\w]getelementptr inbounds )(((?:<\d* x )?)(.*?)(| addrspace\(\d\)) *\*(|>)(?:$| *(?:%|@|null|undef|blockaddress|getelementptr|addrspacecast|bitcast|inttoptr|\[\[[a-zA-Z]|\{\{).*$))")
normrep = re.compile( r"(^.*?[^%\w]getelementptr )(((?:<\d* x )?)(.*?)(| addrspace\(\d\)) *\*(|>)(?:$| *(?:%|@|null|undef|blockaddress|getelementptr|addrspacecast|bitcast|inttoptr|\[\[[a-zA-Z]|\{\{).*$))")
def conv(match, line):
if not match:
return line
line = match.groups()[0]
if len(match.groups()[5]) == 0:
line += match.groups()[2]
line += match.groups()[3]
line += ", "
line += match.groups()[1]
line += "\n"
return line
for line in sys.stdin:
if line.find("getelementptr ") == line.find("getelementptr inbounds"):
if line.find("getelementptr inbounds") != line.find("getelementptr inbounds ("):
line = conv(re.match(ibrep, line), line)
elif line.find("getelementptr ") != line.find("getelementptr ("):
line = conv(re.match(normrep, line), line)
sys.stdout.write(line)
apply.sh:
for name in "$@"
do
python3 `dirname "$0"`/update.py < "$name" > "$name.tmp" && mv "$name.tmp" "$name"
rm -f "$name.tmp"
done
The actual commands:
From llvm/src:
find test/ -name *.ll | xargs ./apply.sh
From llvm/src/tools/clang:
find test/ -name *.mm -o -name *.m -o -name *.cpp -o -name *.c | xargs -I '{}' ../../apply.sh "{}"
From llvm/src/tools/polly:
find test/ -name *.ll | xargs ./apply.sh
After that, check-all (with llvm, clang, clang-tools-extra, lld,
compiler-rt, and polly all checked out).
The extra 'rm' in the apply.sh script is due to a few files in clang's test
suite using interesting unicode stuff that my python script was throwing
exceptions on. None of those files needed to be migrated, so it seemed
sufficient to ignore those cases.
Reviewers: rafael, dexonsmith, grosser
Differential Revision: http://reviews.llvm.org/D7636
llvm-svn: 230786
2015-02-28 03:29:02 +08:00
|
|
|
%arrayidx8 = getelementptr inbounds <4 x float>, <4 x float>* %dest, i32 11
|
2011-05-19 05:44:54 +08:00
|
|
|
store <4 x float> %tmp5, <4 x float>* %arrayidx8, align 4
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
2014-05-19 21:12:38 +08:00
|
|
|
define <4 x i32> @test_vrev32_bswap(<4 x i32> %source) nounwind {
|
|
|
|
; CHECK-LABEL: test_vrev32_bswap:
|
|
|
|
; CHECK: vrev32.8
|
|
|
|
%bswap = call <4 x i32> @llvm.bswap.v4i32(<4 x i32> %source)
|
|
|
|
ret <4 x i32> %bswap
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <4 x i32> @llvm.bswap.v4i32(<4 x i32>) nounwind readnone
|