Files
wasmtime/cranelift/codegen/meta
Chris Fallin 875d2758b1 ARM64 backend, part 1 / 11: misc changes to existing code.
- Add a `simple_legalize()` function that invokes a predetermined set of
  legalizations, without depending on the details of the current
  backend design. This will be used by the new backend pipeline.

- Separate out `has_side_effect()` from the DCE pass. This will be used
  by the new backends' lowering code.

- Add documentation for the `Arm64Call` relocation type.
2020-04-11 17:50:51 -07:00
..
2020-04-03 13:13:37 -07:00

This crate contains the metaprogram used by cranelift-codegen. It's not useful on its own.