mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-04-26 23:33:16 +00:00
`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. |
||
|---|---|---|
| .. | ||
| cg | ||
| fe | ||
| asmjit_sgx_patch.diff | ||
| iwasm_fast_jit.cmake | ||
| jit_codecache.c | ||
| jit_codecache.h | ||
| jit_codegen.c | ||
| jit_codegen.h | ||
| jit_compiler.c | ||
| jit_compiler.h | ||
| jit_dump.c | ||
| jit_dump.h | ||
| jit_frontend.c | ||
| jit_frontend.h | ||
| jit_ir.c | ||
| jit_ir.def | ||
| jit_ir.h | ||
| jit_regalloc.c | ||
| jit_utils.c | ||
| jit_utils.h | ||