Skip to content

nir/opt_remove_phis: handle phis with no sources

Rhys Perry requested to merge pendingchaos/mesa:nir_remove_phis_no_src into master

This can happen with loops with unreachable exits which are later optimized away.

Fixes assertion in dEQP-VK.graphicsfuzz.unreachable-loops with RADV.

Edited by Rhys Perry

Merge request reports