[][src]Type Definition cranelift_codegen::isa::Legalize

type Legalize = fn(_: Inst, _: &mut Function, _: &mut ControlFlowGraph, _: &dyn TargetIsa) -> bool;

After determining that an instruction doesn't have an encoding, how should we proceed to legalize it?

The Encodings iterator returns a legalization function to call.