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

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

Issue 1435363002: Merge fixed alloca stack adjustments into the prolog (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Final code review comments 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 | « tests_lit/llvm2ice_tests/fused-alloca.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/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 f1e061c7657c4c5ba0f156dd4abaf236a1f3dd3d..5d9ec943a50dd9201629720de8a53f32c00d46b9 100644
--- a/tests_lit/llvm2ice_tests/fused-alloca-arg.ll
+++ b/tests_lit/llvm2ice_tests/fused-alloca-arg.ll
@@ -17,10 +17,8 @@ entry:
}
; CHECK-LABEL: caller1
-; CHECK-NEXT: sub esp,0xc
-; CHECK-NEXT: mov eax,DWORD PTR [esp+0x10]
-; CHECK-NEXT: sub esp,0x20
-; CHECK-NEXT: mov ecx,esp
+; CHECK-NEXT: sub esp,0x2c
+; CHECK-NEXT: mov eax,DWORD PTR [esp+0x30]
; CHECK-NEXT: mov DWORD PTR [esp],eax
; CHECK-NEXT: sub esp,0x20
; CHECK-NEXT: mov DWORD PTR [esp],eax
@@ -51,10 +49,8 @@ entry:
}
; CHECK-LABEL: caller2
-; CHECK-NEXT: sub esp,0xc
-; CHECK-NEXT: mov eax,DWORD PTR [esp+0x10]
-; CHECK-NEXT: sub esp,0x40
-; CHECK-NEXT: mov ecx,esp
+; CHECK-NEXT: sub esp,0x4c
+; CHECK-NEXT: mov eax,DWORD PTR [esp+0x50]
; CHECK-NEXT: mov DWORD PTR [esp],eax
; CHECK-NEXT: mov DWORD PTR [esp+0x20],eax
; CHECK-NEXT: sub esp,0x20
« no previous file with comments | « tests_lit/llvm2ice_tests/fused-alloca.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698