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.
5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
src/clif.isle 9ea75a6f790b5c03
|
|
src/prelude.isle 957023853b23dacb
|
|
src/isa/aarch64/inst.isle 3678d0a37bdb4cff
|
|
src/isa/aarch64/lower.isle 90accbfcadaea46d
|