Chromium Code Reviews

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

Issue 671193003: Subzero: Adjust expectations now that llvm-mc aligns calls not just naclcall. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | tests_lit/llvm2ice_tests/branch-opt.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 0fd5f4fb887c0a937df0d3f7bdad7c8d0b6fdb7f..06e93385d856a2b3b439fd4151e19926b04435e7 100644
--- a/tests_lit/llvm2ice_tests/64bit.pnacl.ll
+++ b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
@@ -102,7 +102,9 @@ entry:
; Bundle padding might be added (so not using -NEXT).
; CHECK: mov dword ptr [esp + 16], 3735928559
; CHECK-NEXT: mov dword ptr [esp + 12], 305419896
-; CHECK-NEXT: call -4
+; Bundle padding will push the call down.
+; CHECK-NOT: mov
+; CHECK: call -4
; CALLTARGETS: call ignore64BitArgNoInline
;
; OPTM1-LABEL: pass64BitConstArg
@@ -113,7 +115,8 @@ entry:
; Bundle padding might be added (so not using -NEXT).
; OPTM1: mov dword ptr [esp + 16], 3735928559
; OPTM1-NEXT: mov dword ptr [esp + 12], 305419896
-; OPTM1-NEXT: call -4
+; OPTM1-NOT: mov
+; OPTM1: call -4
define internal i64 @return64BitArg(i64 %a) {
entry:
« no previous file with comments | « no previous file | tests_lit/llvm2ice_tests/branch-opt.ll » ('j') | no next file with comments »

Powered by Google App Engine