Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2164)

Unified Diff: test/CodeGen/X86/vec_compare.ll

Issue 183273009: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/CodeGen/X86/compact-unwind.ll ('k') | test/DebugInfo/X86/stmt-list-multiple-compile-units.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/CodeGen/X86/vec_compare.ll
diff --git a/test/CodeGen/X86/vec_compare.ll b/test/CodeGen/X86/vec_compare.ll
index fd5c234bb1609df52095fea0c88aa809349cb01e..85d8b2cea3675e691228703c16e402ca46147870 100644
--- a/test/CodeGen/X86/vec_compare.ll
+++ b/test/CodeGen/X86/vec_compare.ll
@@ -67,15 +67,7 @@ define <2 x i64> @test6(<2 x i64> %A, <2 x i64> %B) nounwind {
}
define <2 x i64> @test7(<2 x i64> %A, <2 x i64> %B) nounwind {
-; CHECK: [[CONSTSEG:[A-Z0-9_]*]]:
-; CHECK: .long 2147483648
-; CHECK-NEXT: .long 0
-; CHECK-NEXT: .long 2147483648
-; CHECK-NEXT: .long 0
; CHECK: test7:
-; CHECK: movdqa [[CONSTSEG]], [[CONSTREG:%xmm[0-9]*]]
-; CHECK: pxor [[CONSTREG]]
-; CHECK: pxor [[CONSTREG]]
; CHECK: pcmpgtd %xmm1
; CHECK: pshufd $-96
; CHECK: pcmpeqd
@@ -91,8 +83,6 @@ define <2 x i64> @test7(<2 x i64> %A, <2 x i64> %B) nounwind {
define <2 x i64> @test8(<2 x i64> %A, <2 x i64> %B) nounwind {
; CHECK: test8:
-; CHECK: pxor
-; CHECK: pxor
; CHECK: pcmpgtd %xmm0
; CHECK: pshufd $-96
; CHECK: pcmpeqd
@@ -108,8 +98,6 @@ define <2 x i64> @test8(<2 x i64> %A, <2 x i64> %B) nounwind {
define <2 x i64> @test9(<2 x i64> %A, <2 x i64> %B) nounwind {
; CHECK: test9:
-; CHECK: pxor
-; CHECK: pxor
; CHECK: pcmpgtd %xmm0
; CHECK: pshufd $-96
; CHECK: pcmpeqd
@@ -127,8 +115,6 @@ define <2 x i64> @test9(<2 x i64> %A, <2 x i64> %B) nounwind {
define <2 x i64> @test10(<2 x i64> %A, <2 x i64> %B) nounwind {
; CHECK: test10:
-; CHECK: pxor
-; CHECK: pxor
; CHECK: pcmpgtd %xmm1
; CHECK: pshufd $-96
; CHECK: pcmpeqd
@@ -145,15 +131,9 @@ define <2 x i64> @test10(<2 x i64> %A, <2 x i64> %B) nounwind {
}
define <2 x i64> @test11(<2 x i64> %A, <2 x i64> %B) nounwind {
-; CHECK: [[CONSTSEG:[A-Z0-9_]*]]:
-; CHECK: .long 2147483648
-; CHECK-NEXT: .long 2147483648
-; CHECK-NEXT: .long 2147483648
-; CHECK-NEXT: .long 2147483648
; CHECK: test11:
-; CHECK: movdqa [[CONSTSEG]], [[CONSTREG:%xmm[0-9]*]]
-; CHECK: pxor [[CONSTREG]]
-; CHECK: pxor [[CONSTREG]]
+; CHECK: pxor
+; CHECK: pxor
; CHECK: pcmpgtd %xmm1
; CHECK: pshufd $-96
; CHECK: pcmpeqd
« no previous file with comments | « test/CodeGen/X86/compact-unwind.ll ('k') | test/DebugInfo/X86/stmt-list-multiple-compile-units.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698