gallivm: use progress from subgroup lowering.

This makes sure the pack lowering gets called again.

Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17588>
This commit is contained in:
Dave Airlie
2022-07-18 15:00:01 +10:00
committed by Marge Bot
parent 9b844d7c42
commit ce65e0428a

View File

@@ -2771,8 +2771,7 @@ lp_build_opt_nir(struct nir_shader *nir)
.lower_subgroup_masks = true,
.lower_relative_shuffle = true,
};
NIR_PASS_V(nir, nir_lower_subgroups, &subgroups_options);
NIR_PASS(progress, nir, nir_lower_subgroups, &subgroups_options);
} while (progress);
do {