vc4: Make sure that we don't overwrite the signal for PROG_END.
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir.c
index 293eb01adabeae327b9d5dc24a56e45916519eae..3ba98ca9141a968251a94fa885dfabe78288499d 100644 (file)
@@ -540,7 +540,6 @@ qir_optimize(struct vc4_compile *c)
                 bool progress = false;
 
                 OPTPASS(qir_opt_algebraic);
-                OPTPASS(qir_opt_cse);
                 OPTPASS(qir_opt_constant_folding);
                 OPTPASS(qir_opt_copy_propagation);
                 OPTPASS(qir_opt_dead_code);