diff --git a/src/gallium/frontends/rusticl/core/kernel.rs b/src/gallium/frontends/rusticl/core/kernel.rs index c2577299cfa..58d208348b2 100644 --- a/src/gallium/frontends/rusticl/core/kernel.rs +++ b/src/gallium/frontends/rusticl/core/kernel.rs @@ -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);