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

Unified Diff: tests_lit/llvm2ice_tests/64bit.pnacl.ll

Issue 1472623002: Unify alloca, outgoing arg, and prolog construction (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review fixes. Also removed StackAdjustment. 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/assembler/x86/sandboxing.ll ('k') | tests_lit/llvm2ice_tests/align-spill-locations.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/64bit.pnacl.ll
diff --git a/tests_lit/llvm2ice_tests/64bit.pnacl.ll b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
index 88d4a3d6786e06034b0a95878b4ca1e5db6ff4e2..3a8ff5bfc2892e077fdc7592f6e2a69ec01dd559 100644
--- a/tests_lit/llvm2ice_tests/64bit.pnacl.ll
+++ b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
@@ -53,14 +53,12 @@ entry:
; CHECK: mov DWORD PTR [esp+0x10]
; CHECK: mov DWORD PTR [esp+0xc]
; CHECK: call {{.*}} R_{{.*}} ignore64BitArgNoInline
-; CHECK: sub esp
; CHECK: mov DWORD PTR [esp+0x4]
; CHECK: mov DWORD PTR [esp]
; CHECK: mov DWORD PTR [esp+0x8],0x7b
; CHECK: mov DWORD PTR [esp+0x10]
; CHECK: mov DWORD PTR [esp+0xc]
; CHECK: call {{.*}} R_{{.*}} ignore64BitArgNoInline
-; CHECK: sub esp
; CHECK: mov DWORD PTR [esp+0x4]
; CHECK: mov DWORD PTR [esp]
; CHECK: mov DWORD PTR [esp+0x8],0x7b
@@ -76,14 +74,12 @@ entry:
; OPTM1: mov DWORD PTR [esp+0x10]
; OPTM1: mov DWORD PTR [esp+0xc]
; OPTM1: call {{.*}} R_{{.*}} ignore64BitArgNoInline
-; OPTM1: sub esp
; OPTM1: mov DWORD PTR [esp+0x4]
; OPTM1: mov DWORD PTR [esp]
; OPTM1: mov DWORD PTR [esp+0x8],0x7b
; OPTM1: mov DWORD PTR [esp+0x10]
; OPTM1: mov DWORD PTR [esp+0xc]
; OPTM1: call {{.*}} R_{{.*}} ignore64BitArgNoInline
-; OPTM1: sub esp
; OPTM1: mov DWORD PTR [esp+0x4]
; OPTM1: mov DWORD PTR [esp]
; OPTM1: mov DWORD PTR [esp+0x8],0x7b
« no previous file with comments | « tests_lit/assembler/x86/sandboxing.ll ('k') | tests_lit/llvm2ice_tests/align-spill-locations.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698