Files
wasmtime/cranelift/codegen
Ujjwal Sharma 1a099f2e8c [codegen] change operand type from bool to iflag for isub borrow variants
The type of the borrow operands for the borrow variants of the isub
instruction (isub_bin, isub_bout, isub_borrow) was bool for compatibility
reasons for isa/riscv. Since support for these instructions on RISC
architectures has been temporarily suspended, we can safely change the
type to iflags.
2019-09-05 19:28:33 +02:00
..
2019-09-05 17:55:03 +02:00
2019-09-04 15:12:17 -07:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.