Files
wasmtime/cranelift/codegen
Ulrich Weigand 83bb6fd4c8 s390x: Fix regalloc checker error (#4973)
For ShiftRR and VecShiftRR, if shift_reg is zero_reg(), the
instruction does not actually use any register value.

Fixes #4969
2022-09-28 08:25:23 -07:00
..
2021-10-10 14:19:08 +02:00

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