summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_setcc.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-07-16 18:54:21 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-07-16 18:54:21 +0000
commitf97337daa0c52a20fb7e2925b6842570fcd6be84 (patch)
tree6f2d35e3648d4caf08891e5dbb183de433528a22 /test/CodeGen/X86/vec_setcc.ll
parenta217a872533bfbc943f3ac824665f02fb98f8b68 (diff)
downloadllvm-f97337daa0c52a20fb7e2925b6842570fcd6be84.tar.gz
llvm-f97337daa0c52a20fb7e2925b6842570fcd6be84.tar.bz2
llvm-f97337daa0c52a20fb7e2925b6842570fcd6be84.tar.xz
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
Diffstat (limited to 'test/CodeGen/X86/vec_setcc.ll')
-rw-r--r--test/CodeGen/X86/vec_setcc.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/X86/vec_setcc.ll b/test/CodeGen/X86/vec_setcc.ll
index ed16b3dc89..501d6f87c7 100644
--- a/test/CodeGen/X86/vec_setcc.ll
+++ b/test/CodeGen/X86/vec_setcc.ll
@@ -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