Files
wasmtime/cranelift/codegen
Andrew Brown f62199da8c x64: port load to ISLE (#3993)
This change moves the majority of the lowerings for CLIF's `load`
instruction over to ISLE. To do so, it also migrates the previous
mechanism for creating an `Amode` (`lower_to_amode`) to several ISLE
rules (see `to_amode`).
2022-04-07 18:31:22 -07:00
..
2021-10-10 14:19:08 +02:00
2022-04-05 09:24:28 -05:00
2022-04-05 09:24:28 -05:00
2022-04-07 18:31:22 -07:00
2022-04-05 09:24:28 -05:00

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