[][src]Type Definition cranelift::prelude::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.