Skip to content

nir: init pass_flags inside instruction

Dave Airlie requested to merge airlied/mesa:nir-fix-uninit-instr into main

I saw a valgrind trace go past that this was used uninited in nir_group_loads.

Merge request reports