mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-07 14:30:29 +01:00
asahi/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
028da14e2a
commit
71d68d9166
1 changed files with 1 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ main(int argc, char **argv)
|
|||
do {
|
||||
progress = false;
|
||||
NIR_PASS(progress, s, nir_opt_loop);
|
||||
NIR_PASS(_, s, nir_opt_remove_phis);
|
||||
} while (progress);
|
||||
|
||||
agx_preprocess_nir(s);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue