* x64: Add `shuffle` specialization for `palignr` This commit adds specializations for the `palignr` instruction to the x64 backend to specialize some more patterns of byte shuffles. * Fix tests
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.