Files
wasmtime/cranelift/codegen
Benjamin Bouvier 22892466e7 machinst x64: fix implementation of *reduce;
They should just generate a plain move, since the high bits are then
ignored, and not an extended move.
2020-07-16 18:21:06 +02:00
..
2020-07-15 11:32:08 -07:00

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