diff --git a/src/freedreno/ir3/ir3_nir.c b/src/freedreno/ir3/ir3_nir.c index c77a6e31051..4bc41cf83a3 100644 --- a/src/freedreno/ir3/ir3_nir.c +++ b/src/freedreno/ir3/ir3_nir.c @@ -909,6 +909,7 @@ ir3_nir_post_finalize(struct ir3_shader *shader) options.lower_vote_trivial = true; } + OPT(s, nir_opt_uniform_subgroup, &options); OPT(s, nir_lower_subgroups, &options); OPT(s, ir3_nir_lower_shuffle, shader); }