mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-06 08:10:29 +01:00
panfrost/clc: call nir_opt_remove_phis after nir_opt_loop
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33666>
This commit is contained in:
parent
809fb0fba3
commit
028da14e2a
1 changed files with 1 additions and 0 deletions
|
|
@ -424,6 +424,7 @@ main(int argc, const char **argv)
|
|||
do {
|
||||
progress = false;
|
||||
NIR_PASS(progress, s, nir_opt_loop);
|
||||
NIR_PASS(_, s, nir_opt_remove_phis);
|
||||
} while (progress);
|
||||
|
||||
pan_preprocess_nir(s, inputs.gpu_id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue