Files
wasmtime/cranelift/codegen
Afonso Bordado 52ba72f341 riscv64: Fix masking on iabs (#5505)
* cranelift: Add `iabs.i128` runtest

* riscv64: Fix incorrect extension in iabs

When lowering iabs, we were accidentally comparing the unextended value
this caused the instruction to misbehave with certain top bits.

This commit also adds a zbb lowering that does not use jumps.
2023-01-03 17:37:25 -08:00
..
2021-10-10 14:19:08 +02:00
2023-01-03 17:37:25 -08:00
2022-12-05 08:38:57 -06:00
2023-01-03 17:37:25 -08:00

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