Files
wasmtime/cranelift/codegen
Trevor Elliott 87b63174b1 Don't reuse registers in make_i64x2_from_lanes (#5355)
Avoid reusing output registers in make_i64x2_from_lanes by threading the output name instead, and using smart constructors for x64_pinsrd instead of constructing the instructions directly.
2022-11-30 14:37:01 -08: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.