Skip to content

nir/dce: fix for loops with a halt or return instruction in the pre-header

Rhys Perry requested to merge pendingchaos/mesa:nir_dce_loop_halt_return into main

If there is a halt or return instruction right before a loop with a single continue, we would have taken the fast path intended for loops without continues.

Merge request reports