nak: Run copy-prop again after opt_prmt and opt_lop

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30230>
This commit is contained in:
Faith Ekstrand 2024-07-17 12:10:27 -05:00 committed by Marge Bot
parent 842bde8694
commit 452fed5203

View file

@ -295,6 +295,7 @@ pub extern "C" fn nak_compile_shader(
pass!(s, opt_copy_prop);
pass!(s, opt_prmt);
pass!(s, opt_lop);
pass!(s, opt_copy_prop);
pass!(s, opt_dce);
pass!(s, opt_out);
pass!(s, legalize);