nir: Add an optimization pass to remove trivial continues
[mesa.git] / src / compiler / nir / nir.h
index b185076414f68c0524755b9a8c1162dc0c111682..802a3bbeeab5e926c8067ef6707c53da1e4837a8 100644 (file)
@@ -2559,6 +2559,8 @@ bool nir_opt_peephole_select(nir_shader *shader, unsigned limit);
 
 bool nir_opt_remove_phis(nir_shader *shader);
 
+bool nir_opt_trivial_continues(nir_shader *shader);
+
 bool nir_opt_undef(nir_shader *shader);
 
 bool nir_opt_conditional_discard(nir_shader *shader);