Skip to content

Commit

Permalink
Update test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 14, 2025
1 parent 6fa2148 commit 1078262
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cranelift/filetests/filetests/isa/pulley32/call.clif
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ block0:
; xmov x12, x15
; xmov x13, x15
; xmov x14, x15
; call4 x15, x15, x15, x15, 0x0 // target = 0x44
; call4 x15, x15, x15, x15, 0x0 // target = 0x40
; pop_frame_restore 48,
; ret

Expand Down Expand Up @@ -256,7 +256,7 @@ block0:
; Disassembled:
; push_frame_save 112, x17, x18, x20, x21, x22, x23, x29
; xmov x12, sp
; call1 x12, 0x0 // target = 0xc
; call1 x12, 0x0 // target = 0x8
; xmov x20, x13
; xmov x22, x11
; xload64le_offset8 x29, sp, 0
Expand Down
6 changes: 3 additions & 3 deletions cranelift/filetests/filetests/isa/pulley64/call.clif
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ block0:
; xmov x12, x15
; xmov x13, x15
; xmov x14, x15
; call4 x15, x15, x15, x15, 0x0 // target = 0x44
; call4 x15, x15, x15, x15, 0x0 // target = 0x40
; pop_frame_restore 48,
; ret

Expand Down Expand Up @@ -256,7 +256,7 @@ block0:
; Disassembled:
; push_frame_save 112, x17, x18, x20, x21, x22, x23, x29
; xmov x12, sp
; call1 x12, 0x0 // target = 0xc
; call1 x12, 0x0 // target = 0x8
; xmov x20, x13
; xmov x22, x11
; xload64le_offset8 x29, sp, 0
Expand Down Expand Up @@ -379,7 +379,7 @@ block0:
; xmov x12, x15
; xmov x13, x15
; xmov x14, x15
; call4 x15, x15, x15, x15, 0x0 // target = 0x4c
; call4 x15, x15, x15, x15, 0x0 // target = 0x48
; pop_frame_restore 64,
; ret

2 changes: 1 addition & 1 deletion tests/disas/pulley/epoch-simple.wat
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
;; br_if_xulteq64 x6, x7, 0x9 // target = 0x1a
;; 18: pop_frame
;; ret
;; 1a: call 0x9c // target = 0xb6
;; 1a: call 0x94 // target = 0xae
;; 1f: jump 0xfffffffffffffff9 // target = 0x18

0 comments on commit 1078262

Please sign in to comment.