diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_conv-3.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/widen_conv-3.ll | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/X86/widen_conv-3.ll b/llvm/test/CodeGen/X86/widen_conv-3.ll index 3b20f351571..186e43e213b 100644 --- a/llvm/test/CodeGen/X86/widen_conv-3.ll +++ b/llvm/test/CodeGen/X86/widen_conv-3.ll @@ -8,7 +8,7 @@ define void @convert_v2i16_to_v2f32(<2 x float>* %dst.addr, <2 x i16> %src) nounwind { ; X86-SSE2-LABEL: convert_v2i16_to_v2f32: -; X86-SSE2: # BB#0: # %entry +; X86-SSE2: # %bb.0: # %entry ; X86-SSE2-NEXT: movl {{[0-9]+}}(%esp), %eax ; X86-SSE2-NEXT: psllq $48, %xmm0 ; X86-SSE2-NEXT: psrad $16, %xmm0 @@ -20,7 +20,7 @@ define void @convert_v2i16_to_v2f32(<2 x float>* %dst.addr, <2 x i16> %src) noun ; X86-SSE2-NEXT: retl ; ; X86-SSE42-LABEL: convert_v2i16_to_v2f32: -; X86-SSE42: # BB#0: # %entry +; X86-SSE42: # %bb.0: # %entry ; X86-SSE42-NEXT: movl {{[0-9]+}}(%esp), %eax ; X86-SSE42-NEXT: psllq $48, %xmm0 ; X86-SSE42-NEXT: psrad $16, %xmm0 @@ -31,7 +31,7 @@ define void @convert_v2i16_to_v2f32(<2 x float>* %dst.addr, <2 x i16> %src) noun ; X86-SSE42-NEXT: retl ; ; X64-LABEL: convert_v2i16_to_v2f32: -; X64: # BB#0: # %entry +; X64: # %bb.0: # %entry ; X64-NEXT: psllq $48, %xmm0 ; X64-NEXT: psrad $16, %xmm0 ; X64-NEXT: pshufd {{.*#+}} xmm0 = xmm0[1,3,2,3] @@ -48,7 +48,7 @@ entry: define void @convert_v3i8_to_v3f32(<3 x float>* %dst.addr, <3 x i8>* %src.addr) nounwind { ; X86-SSE2-LABEL: convert_v3i8_to_v3f32: -; X86-SSE2: # BB#0: # %entry +; X86-SSE2: # %bb.0: # %entry ; X86-SSE2-NEXT: pushl %ebp ; X86-SSE2-NEXT: movl %esp, %ebp ; X86-SSE2-NEXT: pushl %esi @@ -84,7 +84,7 @@ define void @convert_v3i8_to_v3f32(<3 x float>* %dst.addr, <3 x i8>* %src.addr) ; X86-SSE2-NEXT: retl ; ; X86-SSE42-LABEL: convert_v3i8_to_v3f32: -; X86-SSE42: # BB#0: # %entry +; X86-SSE42: # %bb.0: # %entry ; X86-SSE42-NEXT: pushl %eax ; X86-SSE42-NEXT: movl {{[0-9]+}}(%esp), %eax ; X86-SSE42-NEXT: movl {{[0-9]+}}(%esp), %ecx @@ -103,7 +103,7 @@ define void @convert_v3i8_to_v3f32(<3 x float>* %dst.addr, <3 x i8>* %src.addr) ; X86-SSE42-NEXT: retl ; ; X64-SSE2-LABEL: convert_v3i8_to_v3f32: -; X64-SSE2: # BB#0: # %entry +; X64-SSE2: # %bb.0: # %entry ; X64-SSE2-NEXT: movzwl (%rsi), %eax ; X64-SSE2-NEXT: movq %rax, %xmm0 ; X64-SSE2-NEXT: punpcklbw {{.*#+}} xmm0 = xmm0[0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7] @@ -126,7 +126,7 @@ define void @convert_v3i8_to_v3f32(<3 x float>* %dst.addr, <3 x i8>* %src.addr) ; X64-SSE2-NEXT: retq ; ; X64-SSE42-LABEL: convert_v3i8_to_v3f32: -; X64-SSE42: # BB#0: # %entry +; X64-SSE42: # %bb.0: # %entry ; X64-SSE42-NEXT: movzbl 2(%rsi), %eax ; X64-SSE42-NEXT: movzwl (%rsi), %ecx ; X64-SSE42-NEXT: movq %rcx, %xmm0 |