fn optimise_bin_op(c: &mut Compiler<'_, '_>, slot: LocalIdx, expr: Expr) -> Expr
Detect useless binary operations (i.e. useless bool comparisons).