Skip to content

nir: correctly track current loop in nir_opt_loop()

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

nir: correctly track current loop in nir_opt_loop()

We were not restoring an outer loop as the current loop after we had finished processing a nested loop.

Fixes: 9995f336 ("nir: add merge loop terminators optimisation")

Merge request reports