Files
wasmtime/cranelift/codegen
Trevor Elliott d8dbabfe6b Don't reuse registers in the x64 div lowering (#5356)
Introduce a temporary for an intermediate value in the lowering of div in the x64 backend. Additionally, add a src argument to the shift_r smart constructor, which is why the diff got larger than just the div lowering.
2022-11-30 22:44:59 +00:00
..
2021-10-10 14:19:08 +02:00
2022-11-06 13:32:34 -06:00
2022-11-29 11:25:35 -08:00

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