mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
nir/opt_licm: use nir_metadata_control_flow
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41220>
This commit is contained in:
parent
e0112be522
commit
8e036fcaec
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ nir_opt_licm(nir_shader *shader)
|
|||
state.loop = NULL;
|
||||
|
||||
progress |= nir_progress(visit_cf_list(&impl->body, &state), impl,
|
||||
nir_metadata_block_index | nir_metadata_dominance);
|
||||
nir_metadata_control_flow);
|
||||
}
|
||||
|
||||
return progress;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue