v2.insel
fn select #
fn select(mut m mir.Module, arch pref.Arch)
select performs target-specific instruction selection on MIR. The current native backends consume MIR opcodes directly, so there is no target-specific rewrite to apply yet. Keep the API as the insertion point for a future real instruction selector.