Removes unneeded data structure that was holding instructions for xmm based move instructions. These instructions can should be categorized as rm not just r. This change is intended to simplify organization and cases when lowering.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.