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

Unified Diff: tests_lit/assembler/arm32/mul.ll

Issue 1441023002: Fix push/pop emit methods for ARM assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 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 | « src/IceInstARM32.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/mul.ll
diff --git a/tests_lit/assembler/arm32/mul.ll b/tests_lit/assembler/arm32/mul.ll
index ad55ef0e1f379cde9b69448c7a253752afa7b00a..23791cf353538b1c5aa1e7abeebcdfa42207cbeb 100644
--- a/tests_lit/assembler/arm32/mul.ll
+++ b/tests_lit/assembler/arm32/mul.ll
@@ -49,9 +49,10 @@ define internal i64 @MulTwoI64Regs(i64 %a, i64 %b) {
; ASM-NEXT: mul r3, r0, r3
; ASM-NEXT: mla r1, r2, r1, r3
; ASM-NEXT: umull r0, r2, r0, r2
-; ASM: add r2, r2, r1
+; ASM-NEXT: # r2 = def.pseudo r0
+; ASM-NEXT: add r2, r2, r1
; ASM-NEXT: mov r1, r2
-; ASM: bx lr
+; ASM-NEXT: bx lr
; DIS-LABEL:00000010 <MulTwoI64Regs>:
« no previous file with comments | « src/IceInstARM32.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698