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

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

Issue 1130023002: Subzero: Simplify the icmp i64 lowering. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 7 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
« src/IceTargetLoweringX8632.cpp ('K') | « src/IceTargetLoweringX8632.def ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d0bcf83d88415642ef19a03b13036079c7ce4376..9060c57f6adc0915e25f214c67dd4ba0653a0e72 100644
--- a/tests_lit/llvm2ice_tests/64bit.pnacl.ll
+++ b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
@@ -732,18 +732,18 @@ if.end3: ; preds = %if.then2, %if.end
}
; CHECK-LABEL: icmpEq64
; CHECK: jne
-; CHECK: jne
+; CHECK: je
; CHECK: call
; CHECK: jne
-; CHECK: jne
+; CHECK: je
; CHECK: call
;
; OPTM1-LABEL: icmpEq64
; OPTM1: jne
-; OPTM1: jne
+; OPTM1: je
; OPTM1: call
; OPTM1: jne
-; OPTM1: jne
+; OPTM1: je
; OPTM1: call
declare void @func()
@@ -952,11 +952,11 @@ entry:
}
; CHECK-LABEL: icmpEq64Bool
; CHECK: jne
-; CHECK: jne
+; CHECK: je
;
; OPTM1-LABEL: icmpEq64Bool
; OPTM1: jne
-; OPTM1: jne
+; OPTM1: je
define internal i32 @icmpNe64Bool(i64 %a, i64 %b) {
entry:
« src/IceTargetLoweringX8632.cpp ('K') | « src/IceTargetLoweringX8632.def ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698