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

Unified Diff: tests_lit/llvm2ice_tests/64bit.pnacl.ll

Issue 1407143002: Merge compares and branches (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 2 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
Index: tests_lit/llvm2ice_tests/64bit.pnacl.ll
diff --git a/tests_lit/llvm2ice_tests/64bit.pnacl.ll b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
index 19d6e70a25d5e912445f210483f98d5bebf14707..945b75534470a8304c239fbe8dbea8b162ec9a9a 100644
--- a/tests_lit/llvm2ice_tests/64bit.pnacl.ll
+++ b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
@@ -1016,10 +1016,8 @@ if.end3: ; preds = %if.then2, %if.end
}
; CHECK-LABEL: icmpEq64
; CHECK: jne
-; CHECK: je
Jim Stichnoth 2015/10/16 13:58:11 Here and below, I think it would be better to repl
sehr 2015/10/16 18:10:22 I've tightened the patterns for both O2 and Om1.
; CHECK: call
; CHECK: jne
-; CHECK: je
; CHECK: call
;
; OPTM1-LABEL: icmpEq64
@@ -1066,10 +1064,8 @@ if.end3: ; preds = %if.end, %if.then2
}
; CHECK-LABEL: icmpNe64
; CHECK: jne
-; CHECK: jne
; CHECK: call
; CHECK: jne
-; CHECK: jne
; CHECK: call
;
; OPTM1-LABEL: icmpNe64
@@ -1115,11 +1111,11 @@ if.end3: ; preds = %if.then2, %if.end
; CHECK-LABEL: icmpGt64
; CHECK: ja
; CHECK: jb
-; CHECK: ja
+; CHECK: jbe
; CHECK: call
; CHECK: jg
; CHECK: jl
-; CHECK: ja
+; CHECK: jbe
; CHECK: call
;
; OPTM1-LABEL: icmpGt64
@@ -1167,11 +1163,11 @@ if.end3: ; preds = %if.end, %if.then2
; CHECK-LABEL: icmpGe64
; CHECK: ja
; CHECK: jb
-; CHECK: jae
+; CHECK: jb
; CHECK: call
; CHECK: jg
; CHECK: jl
-; CHECK: jae
+; CHECK: jb
; CHECK: call
;
; OPTM1-LABEL: icmpGe64
@@ -1219,11 +1215,11 @@ if.end3: ; preds = %if.then2, %if.end
; CHECK-LABEL: icmpLt64
; CHECK: jb
; CHECK: ja
-; CHECK: jb
+; CHECK: jae
; CHECK: call
; CHECK: jl
; CHECK: jg
-; CHECK: jb
+; CHECK: jae
; CHECK: call
;
; OPTM1-LABEL: icmpLt64
@@ -1271,11 +1267,11 @@ if.end3: ; preds = %if.end, %if.then2
; CHECK-LABEL: icmpLe64
; CHECK: jb
; CHECK: ja
-; CHECK: jbe
+; CHECK: ja
; CHECK: call
; CHECK: jl
; CHECK: jg
-; CHECK: jbe
+; CHECK: ja
; CHECK: call
;
; OPTM1-LABEL: icmpLe64

Powered by Google App Engine
This is Rietveld 408576698