Files
wasmtime/cranelift/codegen
Benjamin Bouvier d9310e8d90 machinst x64: fix checked div sequence
- it should mark as clobbering (def) rdx, not modifying it
- the signed-div check requires a temporary to compare against int64_min
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.