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

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

Issue 2364143002: Subzero, MIPS32: lowerSelect for i64 (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 3 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 74e4323821d2caf5dca435f95b0c57d4b5119904..6ec43f71cddb8b584a16cc24777334a0379b6200 100644
--- a/tests_lit/llvm2ice_tests/64bit.pnacl.ll
+++ b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
@@ -1875,6 +1875,12 @@ entry:
; ARM32-OM1: movne
; ARM32-O2: movcc
+; MIPS32-LABEL: select64VarVar
+; MIPS32: movn
+; MIPS32: movn
+; MIPS32: move
+; MIPS32: move
+
define internal i64 @select64VarConst(i64 %a, i64 %b) {
entry:
%cmp = icmp ult i64 %a, %b
@@ -1914,6 +1920,12 @@ entry:
; ARM32-O2: mov
; ARM32-O2: mov
+; MIPS32-LABEL: select64VarConst
+; MIPS32: movn
+; MIPS32: movn
+; MIPS32: move
+; MIPS32: move
+
define internal i64 @select64ConstVar(i64 %a, i64 %b) {
entry:
%cmp = icmp ult i64 %a, %b
@@ -1953,6 +1965,12 @@ entry:
; ARM32-OM1: movne
; ARM32-O2: movcc
+; MIPS32-LABEL: select64ConstVar
+; MIPS32: movn
+; MIPS32: movn
+; MIPS32: move
+; MIPS32: move
+
define internal void @icmpEq64Imm() {
entry:
%cmp = icmp eq i64 123, 234

Powered by Google App Engine
This is Rietveld 408576698