diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_bitops-1.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/widen_bitops-1.ll | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/llvm/test/CodeGen/X86/widen_bitops-1.ll b/llvm/test/CodeGen/X86/widen_bitops-1.ll index f2a6b22c2af..fa41b1643ff 100644 --- a/llvm/test/CodeGen/X86/widen_bitops-1.ll +++ b/llvm/test/CodeGen/X86/widen_bitops-1.ll @@ -8,13 +8,13 @@ define i32 @and_i32_as_v4i8(i32 %a, i32 %b) nounwind { ; X32-SSE-LABEL: and_i32_as_v4i8: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: andl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: and_i32_as_v4i8: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: andl %esi, %edi ; X64-SSE-NEXT: movl %edi, %eax ; X64-SSE-NEXT: retq @@ -27,13 +27,13 @@ define i32 @and_i32_as_v4i8(i32 %a, i32 %b) nounwind { define i32 @xor_i32_as_v4i8(i32 %a, i32 %b) nounwind { ; X32-SSE-LABEL: xor_i32_as_v4i8: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: xorl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: xor_i32_as_v4i8: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: xorl %esi, %edi ; X64-SSE-NEXT: movl %edi, %eax ; X64-SSE-NEXT: retq @@ -46,13 +46,13 @@ define i32 @xor_i32_as_v4i8(i32 %a, i32 %b) nounwind { define i32 @or_i32_as_v4i8(i32 %a, i32 %b) nounwind { ; X32-SSE-LABEL: or_i32_as_v4i8: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: orl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: or_i32_as_v4i8: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: orl %esi, %edi ; X64-SSE-NEXT: movl %edi, %eax ; X64-SSE-NEXT: retq @@ -69,13 +69,13 @@ define i32 @or_i32_as_v4i8(i32 %a, i32 %b) nounwind { define i32 @and_i32_as_v8i4(i32 %a, i32 %b) nounwind { ; X32-SSE-LABEL: and_i32_as_v8i4: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: andl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: and_i32_as_v8i4: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: andl %esi, %edi ; X64-SSE-NEXT: movl %edi, %eax ; X64-SSE-NEXT: retq @@ -88,13 +88,13 @@ define i32 @and_i32_as_v8i4(i32 %a, i32 %b) nounwind { define i32 @xor_i32_as_v8i4(i32 %a, i32 %b) nounwind { ; X32-SSE-LABEL: xor_i32_as_v8i4: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: xorl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: xor_i32_as_v8i4: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: xorl %esi, %edi ; X64-SSE-NEXT: movl %edi, %eax ; X64-SSE-NEXT: retq @@ -107,13 +107,13 @@ define i32 @xor_i32_as_v8i4(i32 %a, i32 %b) nounwind { define i32 @or_i32_as_v8i4(i32 %a, i32 %b) nounwind { ; X32-SSE-LABEL: or_i32_as_v8i4: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: orl {{[0-9]+}}(%esp), %eax ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: or_i32_as_v8i4: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: orl %esi, %edi ; X64-SSE-NEXT: movl %edi, %eax ; X64-SSE-NEXT: retq @@ -130,12 +130,12 @@ define i32 @or_i32_as_v8i4(i32 %a, i32 %b) nounwind { define <4 x i8> @and_v4i8_as_i32(<4 x i8> %a, <4 x i8> %b) nounwind { ; X32-SSE-LABEL: and_v4i8_as_i32: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: andps %xmm1, %xmm0 ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: and_v4i8_as_i32: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: andps %xmm1, %xmm0 ; X64-SSE-NEXT: retq %1 = bitcast <4 x i8> %a to i32 @@ -147,12 +147,12 @@ define <4 x i8> @and_v4i8_as_i32(<4 x i8> %a, <4 x i8> %b) nounwind { define <4 x i8> @xor_v4i8_as_i32(<4 x i8> %a, <4 x i8> %b) nounwind { ; X32-SSE-LABEL: xor_v4i8_as_i32: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: xorps %xmm1, %xmm0 ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: xor_v4i8_as_i32: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: xorps %xmm1, %xmm0 ; X64-SSE-NEXT: retq %1 = bitcast <4 x i8> %a to i32 @@ -164,12 +164,12 @@ define <4 x i8> @xor_v4i8_as_i32(<4 x i8> %a, <4 x i8> %b) nounwind { define <4 x i8> @or_v4i8_as_i32(<4 x i8> %a, <4 x i8> %b) nounwind { ; X32-SSE-LABEL: or_v4i8_as_i32: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: orps %xmm1, %xmm0 ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: or_v4i8_as_i32: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: orps %xmm1, %xmm0 ; X64-SSE-NEXT: retq %1 = bitcast <4 x i8> %a to i32 @@ -185,12 +185,12 @@ define <4 x i8> @or_v4i8_as_i32(<4 x i8> %a, <4 x i8> %b) nounwind { define <8 x i4> @and_v8i4_as_i32(<8 x i4> %a, <8 x i4> %b) nounwind { ; X32-SSE-LABEL: and_v8i4_as_i32: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: andps %xmm1, %xmm0 ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: and_v8i4_as_i32: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: andps %xmm1, %xmm0 ; X64-SSE-NEXT: retq %1 = bitcast <8 x i4> %a to i32 @@ -202,12 +202,12 @@ define <8 x i4> @and_v8i4_as_i32(<8 x i4> %a, <8 x i4> %b) nounwind { define <8 x i4> @xor_v8i4_as_i32(<8 x i4> %a, <8 x i4> %b) nounwind { ; X32-SSE-LABEL: xor_v8i4_as_i32: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: xorps %xmm1, %xmm0 ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: xor_v8i4_as_i32: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: xorps %xmm1, %xmm0 ; X64-SSE-NEXT: retq %1 = bitcast <8 x i4> %a to i32 @@ -219,12 +219,12 @@ define <8 x i4> @xor_v8i4_as_i32(<8 x i4> %a, <8 x i4> %b) nounwind { define <8 x i4> @or_v8i4_as_i32(<8 x i4> %a, <8 x i4> %b) nounwind { ; X32-SSE-LABEL: or_v8i4_as_i32: -; X32-SSE: # BB#0: +; X32-SSE: # %bb.0: ; X32-SSE-NEXT: orps %xmm1, %xmm0 ; X32-SSE-NEXT: retl ; ; X64-SSE-LABEL: or_v8i4_as_i32: -; X64-SSE: # BB#0: +; X64-SSE: # %bb.0: ; X64-SSE-NEXT: orps %xmm1, %xmm0 ; X64-SSE-NEXT: retq %1 = bitcast <8 x i4> %a to i32 |