Files
wasmtime/cranelift/codegen
Benjamin Bouvier 33e0d05645 machinst x64: have cmov modify its destination operand;
This is tricky: the control flow implicitly implied by the operand makes
it so that the output register may be undefined, if we mark it only as a
"def". Make it a "mod" instead, which matches our usage in the codebase,
and will make it crash if the output operand isn't unconditionally
defined before the instruction.
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.