Files
wasmtime/cranelift/codegen
Ulrich Weigand 95836ba114 s390x: clean up lower.rs (#4355)
Now that lowering is fully done in ISLE, clean up some code remnants
in lower.rs.  In particular, move code to lower/isle.rs where
possible, and inline lower_insn_to_regs into its caller and simplify.
2022-06-30 11:16:59 -07:00
..
2021-10-10 14:19:08 +02:00
2022-06-06 09:12:47 -05:00
2022-06-30 11:16:59 -07:00

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