diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll b/llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll index 0c8e7b317ec..698e5bc423c 100644 --- a/llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll +++ b/llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll @@ -4,7 +4,7 @@ define <2 x double> @test_x86_sse41_blend_pd(<2 x double> %a0, <2 x double> %a1) { ; CHECK-LABEL: test_x86_sse41_blend_pd: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: retq %1 = call <2 x double> @llvm.x86.sse41.blendpd(<2 x double> %a0, <2 x double> %a1, i32 0) ret <2 x double> %1 @@ -12,7 +12,7 @@ define <2 x double> @test_x86_sse41_blend_pd(<2 x double> %a0, <2 x double> %a1) define <4 x float> @test_x86_sse41_blend_ps(<4 x float> %a0, <4 x float> %a1) { ; CHECK-LABEL: test_x86_sse41_blend_ps: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: retq %1 = call <4 x float> @llvm.x86.sse41.blendps(<4 x float> %a0, <4 x float> %a1, i32 0) ret <4 x float> %1 @@ -20,7 +20,7 @@ define <4 x float> @test_x86_sse41_blend_ps(<4 x float> %a0, <4 x float> %a1) { define <8 x i16> @test_x86_sse41_pblend_w(<8 x i16> %a0, <8 x i16> %a1) { ; CHECK-LABEL: test_x86_sse41_pblend_w: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: retq %1 = call <8 x i16> @llvm.x86.sse41.pblendw(<8 x i16> %a0, <8 x i16> %a1, i32 0) ret <8 x i16> %1 @@ -28,7 +28,7 @@ define <8 x i16> @test_x86_sse41_pblend_w(<8 x i16> %a0, <8 x i16> %a1) { define <2 x double> @test2_x86_sse41_blend_pd(<2 x double> %a0, <2 x double> %a1) { ; CHECK-LABEL: test2_x86_sse41_blend_pd: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movaps %xmm1, %xmm0 ; CHECK-NEXT: retq %1 = call <2 x double> @llvm.x86.sse41.blendpd(<2 x double> %a0, <2 x double> %a1, i32 -1) @@ -37,7 +37,7 @@ define <2 x double> @test2_x86_sse41_blend_pd(<2 x double> %a0, <2 x double> %a1 define <4 x float> @test2_x86_sse41_blend_ps(<4 x float> %a0, <4 x float> %a1) { ; CHECK-LABEL: test2_x86_sse41_blend_ps: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movaps %xmm1, %xmm0 ; CHECK-NEXT: retq %1 = call <4 x float> @llvm.x86.sse41.blendps(<4 x float> %a0, <4 x float> %a1, i32 -1) @@ -46,7 +46,7 @@ define <4 x float> @test2_x86_sse41_blend_ps(<4 x float> %a0, <4 x float> %a1) { define <8 x i16> @test2_x86_sse41_pblend_w(<8 x i16> %a0, <8 x i16> %a1) { ; CHECK-LABEL: test2_x86_sse41_pblend_w: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movaps %xmm1, %xmm0 ; CHECK-NEXT: retq %1 = call <8 x i16> @llvm.x86.sse41.pblendw(<8 x i16> %a0, <8 x i16> %a1, i32 -1) @@ -55,7 +55,7 @@ define <8 x i16> @test2_x86_sse41_pblend_w(<8 x i16> %a0, <8 x i16> %a1) { define <2 x double> @test3_x86_sse41_blend_pd(<2 x double> %a0) { ; CHECK-LABEL: test3_x86_sse41_blend_pd: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: retq %1 = call <2 x double> @llvm.x86.sse41.blendpd(<2 x double> %a0, <2 x double> %a0, i32 7) ret <2 x double> %1 @@ -63,7 +63,7 @@ define <2 x double> @test3_x86_sse41_blend_pd(<2 x double> %a0) { define <4 x float> @test3_x86_sse41_blend_ps(<4 x float> %a0) { ; CHECK-LABEL: test3_x86_sse41_blend_ps: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: retq %1 = call <4 x float> @llvm.x86.sse41.blendps(<4 x float> %a0, <4 x float> %a0, i32 7) ret <4 x float> %1 @@ -71,7 +71,7 @@ define <4 x float> @test3_x86_sse41_blend_ps(<4 x float> %a0) { define <8 x i16> @test3_x86_sse41_pblend_w(<8 x i16> %a0) { ; CHECK-LABEL: test3_x86_sse41_pblend_w: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: retq %1 = call <8 x i16> @llvm.x86.sse41.pblendw(<8 x i16> %a0, <8 x i16> %a0, i32 7) ret <8 x i16> %1 |