fn canonicalise_brif(
    builder: &mut FunctionBuilder<'_>,
    cond: Value,
    block_then: Block,
    params_then: &[Value],
    block_else: Block,
    params_else: &[Value],
) -> Inst
Expand description

The same but for a brif instruction.