fix issue 5525. (#5603)

* fix issue 5525.

* reg alloc changed.
This commit is contained in:
yuyang
2023-01-21 01:53:54 +08:00
committed by GitHub
parent 92de180d7d
commit 299b8187f8
3 changed files with 19 additions and 7 deletions

View File

@@ -1028,7 +1028,7 @@
((tmp Reg (gen_extend r $true from_bits 64))
(tmp2 Reg (alu_rrr (AluOPRRR.Slt) tmp (zero_reg)))
(high Reg (gen_extend tmp2 $true 1 64)))
(value_regs (gen_move2 r $I64 $I64) high)))
(value_regs (gen_move2 tmp $I64 $I64) high)))
;;;; for I128 unsigned extend.