rusticl: call nir_opt_intrinsics

required by radeonsi

Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38802>
This commit is contained in:
Marek Olšák 2025-12-31 15:00:01 -05:00 committed by Marge Bot
parent b72b313d1d
commit 27dcc2b949

View file

@ -1048,6 +1048,7 @@ fn compile_nir_variant(
res.input_size = nir.uniform_size();
nir_pass!(nir, nir_lower_convert_alu_types, None);
nir_pass!(nir, nir_opt_intrinsics);
opt_nir(nir, dev, true);