ac/nir: fix export_ps_outputs not preserving divergence metadata

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34492>
This commit is contained in:
Marek Olšák 2025-04-11 17:33:59 -04:00 committed by Marge Bot
parent 7eb7a4d278
commit 6e4154b7ef

View file

@ -690,7 +690,7 @@ export_ps_outputs(nir_builder *b, lower_ps_state *s)
emit_ps_null_export(b, s);
}
return true;
return nir_progress(true, b->impl, nir_metadata_control_flow);
}
bool