Files
wasmtime/cranelift/codegen
Andrew Brown 5fa104205d x64: improve generation of i128 icmp (#3946)
Previously, we used the flags of `AND` for `SETcc`. This change uses
`TEST` instead, which discards the AND result but sets the flags needed
for `SETcc`. This reduces register pressure slightly for this sequence.
2022-03-18 16:36:31 -07:00
..
2021-10-10 14:19:08 +02:00
2022-03-07 15:18:34 -06:00
2022-03-07 15:18:34 -06:00
2022-03-07 15:18:34 -06:00

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