Skip to content

nir: update uses_demote flag in discard_to_demote pass

Pierre-Eric Pelloux-Prayer requested to merge pepp/mesa:fix_mesa_2662 into master

Otherwise the ctx.ac.postponed_kill will not be allocated.

Fixes: ce87da71 ("nir: add pass to lower discard() to demote()") Closes: #2662 (closed)

Merge request reports