This should be faster by avoiding matching on InstructionData to get the Opcode, then on Opcode and then finally on the InstructionData again to get the arguments
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.