Skip to content

glsl: remove additional lower_jumps call

Timothy Arceri requested to merge tarceri/mesa:linker_tidy into main

Here we remove a dependency on lower_jumps being called before glsl_to_nir by allowing the glsl_to_nir pass to natively handle the fact glsl ir allows unreachable instructions after jumps but in nir it is illegal.

Merge request reports