Files
wasmtime/cranelift/codegen
bjorn3 a81c206870 Various cleanups to Layout (#6042)
* Use inst_block instead of pp_block where possible

* Remove unused is_block_gap method

* Remove ProgramOrder trait

It only has a single implementation

* Rename Layout::cmp to pp_cmp to distinguish it from Ord::cmp

* Make pp_block non-generic

* Use rpo_cmp_block instead of rpo_cmp in the verifier

* Remove ProgramPoint

* Rename ExpandedProgramPoint to ProgramPoint

* Remove From<ValueDef> for ProgramPoint impl
2023-03-17 18:46:34 +00:00
..
2023-03-06 15:08:16 +00:00
2023-03-17 18:46:34 +00:00

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