mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-01 21:03:54 +00:00
Label names also differ between platforms. Use a relaxed regex.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a217a87253
commit
f97337daa0
@ -42,7 +42,7 @@ define <8 x i16> @v8i16_icmp_uge(<8 x i16> %a, <8 x i16> %b) nounwind readnone s
|
||||
%2 = sext <8 x i1> %1 to <8 x i16>
|
||||
ret <8 x i16> %2
|
||||
; SSE2-LABEL: v8i16_icmp_uge:
|
||||
; SSE2: movdqa LCPI2_0(%rip), %xmm2
|
||||
; SSE2: movdqa {{.*}}(%rip), %xmm2
|
||||
; SEE2: pxor %xmm2, %xmm0
|
||||
; SSE2: pxor %xmm1, %xmm2
|
||||
; SSE2: pcmpgtw %xmm0, %xmm2
|
||||
@ -63,7 +63,7 @@ define <8 x i16> @v8i16_icmp_ule(<8 x i16> %a, <8 x i16> %b) nounwind readnone s
|
||||
%2 = sext <8 x i1> %1 to <8 x i16>
|
||||
ret <8 x i16> %2
|
||||
; SSE2-LABEL: v8i16_icmp_ule:
|
||||
; SSE2: movdqa LCPI3_0(%rip), %xmm2
|
||||
; SSE2: movdqa {{.*}}(%rip), %xmm2
|
||||
; SSE2: pxor %xmm2, %xmm1
|
||||
; SSE2: pxor %xmm2, %xmm0
|
||||
; SSE2: pcmpgtw %xmm1, %xmm0
|
||||
@ -86,7 +86,7 @@ define <4 x i32> @v4i32_icmp_uge(<4 x i32> %a, <4 x i32> %b) nounwind readnone s
|
||||
%2 = sext <4 x i1> %1 to <4 x i32>
|
||||
ret <4 x i32> %2
|
||||
; SSE2-LABEL: v4i32_icmp_uge:
|
||||
; SSE2: movdqa LCPI4_0(%rip), %xmm2
|
||||
; SSE2: movdqa {{.*}}(%rip), %xmm2
|
||||
; SSE2: pxor %xmm2, %xmm0
|
||||
; SSE2: pxor %xmm1, %xmm2
|
||||
; SSE2: pcmpgtd %xmm0, %xmm2
|
||||
@ -107,7 +107,7 @@ define <4 x i32> @v4i32_icmp_ule(<4 x i32> %a, <4 x i32> %b) nounwind readnone s
|
||||
%2 = sext <4 x i1> %1 to <4 x i32>
|
||||
ret <4 x i32> %2
|
||||
; SSE2-LABEL: v4i32_icmp_ule:
|
||||
; SSE2: movdqa LCPI5_0(%rip), %xmm2
|
||||
; SSE2: movdqa {{.*}}(%rip), %xmm2
|
||||
; SSE2: pxor %xmm2, %xmm1
|
||||
; SSE2: pxor %xmm2, %xmm0
|
||||
; SSE2: pcmpgtd %xmm1, %xmm0
|
||||
|
Loading…
x
Reference in New Issue
Block a user