wasm-micro-runtime/core/iwasm/fast-jit/cg/x86-64
Wenyong Huang d11bfdf0e3
Fix fast jit int rem_s and const shl issues (#1213)
int rem_s -1 should return 0
int32 lhs << int32 rhs may cause sanitizer check failure
fix codegen I8TOI64, I16TOI64, I64TOI8, I64TOI16
implement codegen neg operations
2022-06-09 08:54:14 +08:00
..
jit_codegen_x86_64.cpp Fix fast jit int rem_s and const shl issues (#1213) 2022-06-09 08:54:14 +08:00