brw: mark divergence data as valid for debug purposes

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37929>
This commit is contained in:
Lionel Landwerlin 2025-10-17 10:51:03 +03:00 committed by Marge Bot
parent 255d1e883d
commit d37c6ff4ed

View file

@ -2383,6 +2383,7 @@ brw_postprocess_nir_opts(nir_shader *nir, const struct brw_compiler *compiler,
nir_foreach_function_impl(impl, nir) {
nir_divergence_analysis_impl(impl, options);
impl->valid_metadata |= nir_metadata_divergence;
}
nir_shader_instructions_pass(nir,