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

Unified Diff: tests_lit/llvm2ice_tests/load.ll

Issue 2432373002: [SubZero] Fix f64 to/from i64 moves (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addressed review comments Created 4 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
« no previous file with comments | « tests_lit/llvm2ice_tests/fp.load_store.ll ('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/load.ll
diff --git a/tests_lit/llvm2ice_tests/load.ll b/tests_lit/llvm2ice_tests/load.ll
index 21d2c87a4ba749dce1867a8f23f5200514038010..0cca928d5a0727051d008662977d02193258994b 100644
--- a/tests_lit/llvm2ice_tests/load.ll
+++ b/tests_lit/llvm2ice_tests/load.ll
@@ -24,8 +24,9 @@ entry:
}
; MIPS32-LABEL: load_i64
-; MIPS32: lw {{.*}},0({{.*}})
-; MIPS32-NEXT: lw {{.*}},4({{.*}})
+; MIPS32: lw [[BASE:.*]],
+; MIPS32-NEXT: lw {{.*}},0([[BASE]])
+; MIPS32-NEXT: lw {{.*}},4([[BASE]])
define internal void @load_i32(i32 %addr_arg) {
entry:
« no previous file with comments | « tests_lit/llvm2ice_tests/fp.load_store.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698