1 #include <stdbool.h>
2 #include "nir.h"
3 
4 bool bifrost_nir_lower_algebraic_late(nir_shader *shader);
5