Remove the MInst::TrapFf instruction in the riscv64 backend. It was only used in two places in the emit case for FloatRound, and was easily replaced with a combination of FpuRRR and TrapIf.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.