Update to regalloc.rs 0.0.28.

This version of regalloc.rs includes several bugfixes for
reference-types support used by the new backend framework and the
aarch64 backend (bytecodealliance/regalloc.rs#85 and
bytecodealliance/regalloc.rs#86).
This commit is contained in:
Chris Fallin
2020-07-16 09:30:10 -07:00
parent bab337fc32
commit 756e8b8ea2
3 changed files with 9 additions and 8 deletions

View File

@@ -84,12 +84,13 @@ block3(v7: r64, v8: r64):
; nextln: mov x20, x1
; nextln: mov x0, x19
; nextln: ldr x16, 8 ; b 12 ; data
; nextln: stur x19, [sp, #24]
; nextln: stur x20, [sp, #32]
; nextln: (safepoint: slots [S0, S1]
; nextln: stur x0, [sp, #24]
; nextln: stur x19, [sp, #32]
; nextln: stur x20, [sp, #40]
; nextln: (safepoint: slots [S0, S1, S2]
; nextln: blr x16
; nextln: ldur x19, [sp, #24]
; nextln: ldur x20, [sp, #32]
; nextln: ldur x19, [sp, #32]
; nextln: ldur x20, [sp, #40]
; nextln: add x1, sp, #16
; nextln: stur x19, [x1]
; nextln: and w0, w0, #1