ZJIT: A64: Fix the optimization merging asm.add(reg, imm) with Mov
asm.add(reg, imm)
The raw bytes didn't disassemble to the disassembly, but we missed this since CI didn't run make zjit-test with the disasm feature.
make zjit-test
Fixes: 1317377fa74 ("ZJIT: A64: Have add/sub to SP be single-instruction")
ZJIT: A64: Fix the optimization merging
asm.add(reg, imm)
with MovThe raw bytes didn't disassemble to the disassembly, but we missed this
since CI didn't run
make zjit-test
with the disasm feature.Fixes: 1317377fa74 ("ZJIT: A64: Have add/sub to SP be
single-instruction")