diff --git a/.pick_status.json b/.pick_status.json index a05b41df947..64be3299a9c 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -5634,7 +5634,7 @@ "description": "vc4: drop duplicate .lower_ldexp", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "2a33ea95d66cd7ba83e2774f5559bf781da66c40", "notes": null diff --git a/src/gallium/drivers/vc4/vc4_program.c b/src/gallium/drivers/vc4/vc4_program.c index 03a5d656933..37cfb8115c2 100644 --- a/src/gallium/drivers/vc4/vc4_program.c +++ b/src/gallium/drivers/vc4/vc4_program.c @@ -2175,7 +2175,6 @@ static const nir_shader_compiler_options nir_options = { .lower_ldexp = true, .lower_fneg = true, .lower_ineg = true, - .lower_ldexp = true, .lower_rotate = true, .lower_to_scalar = true, .lower_umax = true,