treewide: Do not use NIR_PASS_V for nir_divergence_analysis(..)
Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35131>
This commit is contained in:
committed by
Marge Bot
parent
e7454f5318
commit
41f2da1a6e
@@ -1794,7 +1794,7 @@ v3d_attempt_compile(struct v3d_compile *c)
|
||||
|
||||
NIR_PASS(_, c->s, nir_lower_bool_to_int32);
|
||||
NIR_PASS(_, c->s, nir_convert_to_lcssa, true, true);
|
||||
NIR_PASS_V(c->s, nir_divergence_analysis);
|
||||
nir_divergence_analysis(c->s);
|
||||
NIR_PASS(_, c->s, nir_convert_from_ssa, true, true);
|
||||
|
||||
struct nir_schedule_options schedule_options = {
|
||||
|
||||
Reference in New Issue
Block a user