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

Unified Diff: tests_lit/llvm2ice_tests/fused-alloca-arg.ll

Issue 2533563002: [SubZero] Fix size of arguments on stack (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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
Index: tests_lit/llvm2ice_tests/fused-alloca-arg.ll
diff --git a/tests_lit/llvm2ice_tests/fused-alloca-arg.ll b/tests_lit/llvm2ice_tests/fused-alloca-arg.ll
index 7affa5d5841674680ff75147cf4fa212a45f8507..b51a2cf123f38234569448bf037fd4564726ed6c 100644
--- a/tests_lit/llvm2ice_tests/fused-alloca-arg.ll
+++ b/tests_lit/llvm2ice_tests/fused-alloca-arg.ll
@@ -43,11 +43,11 @@ entry:
; MIPS32: sw ra,{{.*}}(sp)
; MIPS32: move v0,a0
; MIPS32: sw v0,{{.*}}(sp)
-; MIPS32: addiu v0,sp,16
+; MIPS32: addiu v0,sp,32
; MIPS32: sw v0,{{.*}}(sp)
-; MIPS32: addiu a1,sp,16
-; MIPS32: addiu a2,sp,16
-; MIPS32: addiu a3,sp,16
+; MIPS32: addiu a1,sp,32
+; MIPS32: addiu a2,sp,32
+; MIPS32: addiu a3,sp,32
; MIPS32: jal
; MIPS32: nop
; MIPS32: lw ra,{{.*}}(sp)
@@ -91,11 +91,11 @@ entry:
; MIPS32: sw v0,{{.*}}(sp)
; MIPS32: move v0,a0
; MIPS32: sw v0,{{.*}}(sp)
-; MIPS32: addiu v0,sp,48
+; MIPS32: addiu v0,sp,64
; MIPS32: sw v0,{{.*}}(sp)
-; MIPS32: addiu a1,sp,16
-; MIPS32: addiu a2,sp,48
-; MIPS32: addiu a3,sp,16
+; MIPS32: addiu a1,sp,32
+; MIPS32: addiu a2,sp,64
+; MIPS32: addiu a3,sp,32
; MIPS32: jal
; MIPS32: nop
; MIPS32: lw ra,{{.*}}(sp)

Powered by Google App Engine
This is Rietveld 408576698