Files
wasmtime/cranelift/codegen
Ulrich Weigand 07d615d3f7 ISLE: Lowering of multi-output instructions (#3783)
This changes the output of the `lower` constructor from a
`ValueRegs` to a new `InstOutput` type, which is a vector
of `ValueRegs`.

Code in `lower_common` is updated to use this new type to
handle instructions with multiple outputs.  All back-ends
are updated to use the new type.
2022-02-24 14:03:06 -08:00
..
2021-10-10 14:19:08 +02:00
2022-02-07 19:16:26 -06:00

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