intel/compiler: Enable lower_rotate_to_shuffle in subgroup lowering

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27272>
This commit is contained in:
Caio Oliveira 2022-11-16 23:59:03 -08:00 committed by Marge Bot
parent cb1b6649e1
commit 4af079960d

View file

@ -1001,6 +1001,7 @@ brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir,
.lower_quad_broadcast_dynamic = true,
.lower_elect = true,
.lower_inverse_ballot = true,
.lower_rotate_to_shuffle = true,
};
OPT(nir_lower_subgroups, &subgroups_options);