Files
wasmtime/cranelift/codegen
Ujjwal Sharma 9fb8bdd6d5 [codegen] remove support for isub borrow variants on riscv
Previously, the borrow variants of isub (isub_bin, isub_bout and
isub_borrow) were being legalized for isa/riscv since RISC architectures
lack a flags register.

This forced us to return and accept booleans for these operations, which
proved to be problematic and inconvenient, especially for x86.

This commit removes support for said statements and all dependent
statements for isa/riscv so that we can work on a better legalization
strategy in the future.
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.