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

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

Issue 1641653004: Subzero: Make the register allocator more robust with -reg-use and -reg-exclude. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Test code accidentally left in Created 4 years, 11 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 | « src/IceTargetLoweringX86BaseImpl.h ('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 e783b850dee0cc3995f655fdeebe13d1c97ae370..241c4ecc526fdfa828d20f81906c4524787d68e6 100644
--- a/tests_lit/llvm2ice_tests/64bit.pnacl.ll
+++ b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
@@ -125,7 +125,7 @@ entry:
; OPTM1-LABEL: pass64BitConstArg
; OPTM1: sub esp
; OPTM1: mov DWORD PTR [esp+0x4]
-; OPTM1-NEXT: mov DWORD PTR [esp]
+; OPTM1: mov DWORD PTR [esp]
; OPTM1-NEXT: mov DWORD PTR [esp+0x8],0x7b
; Bundle padding might be added (so not using -NEXT).
; OPTM1: mov DWORD PTR [esp+0x10],0xdeadbeef
@@ -277,16 +277,16 @@ entry:
}
; CHECK-LABEL: mul64BitSigned
; CHECK: imul
-; CHECK: imul
; CHECK: mul
; CHECK: add
+; CHECK: imul
; CHECK: add
;
; OPTM1-LABEL: mul64BitSigned
; OPTM1: imul
-; OPTM1: imul
; OPTM1: mul
; OPTM1: add
+; OPTM1: imul
; OPTM1: add
; ARM32-LABEL: mul64BitSigned
@@ -302,16 +302,16 @@ entry:
}
; CHECK-LABEL: mul64BitUnsigned
; CHECK: imul
-; CHECK: imul
; CHECK: mul
; CHECK: add
+; CHECK: imul
; CHECK: add
;
; OPTM1-LABEL: mul64BitUnsigned
; OPTM1: imul
-; OPTM1: imul
; OPTM1: mul
; OPTM1: add
+; OPTM1: imul
; OPTM1: add
; ARM32-LABEL: mul64BitUnsigned
« no previous file with comments | « src/IceTargetLoweringX86BaseImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698