mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
nir: Update progress info in nir_sort_unstructured_blocks
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Reviewed-by: Mel Henning <mhenning@darkrefraction.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38354>
This commit is contained in:
parent
8db66767a9
commit
da3d8c8b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -969,6 +969,6 @@ nir_sort_unstructured_blocks(nir_function_impl *impl)
|
|||
ralloc_free(blocks);
|
||||
|
||||
/* Most metadata is toast but we indexed blocks as part of this pass. */
|
||||
impl->valid_metadata &= nir_metadata_live_defs;
|
||||
nir_progress(true, impl, nir_metadata_live_defs);
|
||||
impl->valid_metadata |= nir_metadata_block_index;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue