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

Unified Diff: tests_lit/llvm2ice_tests/uncond_br.ll

Issue 2478113003: [SubZero] Utilize instructions with immediate operands (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addressed review comments Created 4 years, 1 month 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/test_i1.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/uncond_br.ll
diff --git a/tests_lit/llvm2ice_tests/uncond_br.ll b/tests_lit/llvm2ice_tests/uncond_br.ll
index bd81f8738b8b183f38f7dcd51c125a292d2b3ad0..4b1e091f4062c3dd9ad84c3d422e57764779637a 100644
--- a/tests_lit/llvm2ice_tests/uncond_br.ll
+++ b/tests_lit/llvm2ice_tests/uncond_br.ll
@@ -22,6 +22,5 @@ target:
; MIPS32-LABEL: uncond1
; MIPS32: <.Luncond1$target>:
-; MIPS32: li
-; MIPS32: addu
+; MIPS32: addiu {{.*}},1
; MIPS32: b {{[0-9a-f]+}} <.Luncond1$target>
« no previous file with comments | « tests_lit/llvm2ice_tests/test_i1.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698