nak: Call nir_opt_combine_barriers

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26347>
This commit is contained in:
M Henning
2023-11-23 14:46:16 -05:00
committed by Marge Bot
parent 1a1c81987d
commit d2657dbd21

View File

@@ -1089,6 +1089,8 @@ nak_postprocess_nir(nir_shader *nir,
OPT(nir, nir_lower_mem_access_bit_sizes, &mem_bit_size_options);
OPT(nir, nir_lower_bit_size, lower_bit_size_cb, (void *)nak);
OPT(nir, nir_opt_combine_barriers, NULL, NULL);
nak_optimize_nir(nir, nak);
OPT(nir, nak_nir_lower_tex, nak);