Files
wamr/core
Wenyong Huang e161205a27 Fix invalid use of jit_reg_is_const_val in fast-jit (#2718)
`jit_reg_is_const_val` only checks whether the register is a const register and
the const value is stored in the register.
Should use `jit_reg_is_const` instead in the front end.

Reported in #2710.
2023-11-03 14:25:26 +08:00
..
2023-03-19 08:05:57 +08:00
2023-03-19 08:05:57 +08:00