mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 21:00:22 +01:00
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:
parent
b72b313d1d
commit
27dcc2b949
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue