This re-factoring replaces uses of `Inst::mov_r_m` with `Inst::store` to ensure there is only one code location to troubleshoot when generating store instructions for a specific type.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.