/* postprocess */
OPT_V(ctx->nir, nir_opt_algebraic_late);
- OPT_V(ctx->nir, nir_lower_to_source_mods, nir_lower_all_source_mods);
OPT_V(ctx->nir, nir_copy_prop);
OPT_V(ctx->nir, nir_opt_dce);
OPT_V(ctx->nir, nir_opt_move_comparisons);
- OPT_V(ctx->nir, nir_lower_bool_to_float);
OPT_V(ctx->nir, nir_lower_int_to_float);
+ OPT_V(ctx->nir, nir_lower_bool_to_float);
+ OPT_V(ctx->nir, nir_lower_to_source_mods, nir_lower_all_source_mods);
/* lower to scalar instructions that can only be scalar on a2xx */
OPT_V(ctx->nir, ir2_nir_lower_scalar);