diff --git a/src/gallium/drivers/v3d/v3d_program.c b/src/gallium/drivers/v3d/v3d_program.c index 828ab7c8b0e..97535a1bcf3 100644 --- a/src/gallium/drivers/v3d/v3d_program.c +++ b/src/gallium/drivers/v3d/v3d_program.c @@ -327,6 +327,8 @@ v3d_uncompiled_shader_create(struct pipe_context *pctx, NIR_PASS(_, s, nir_remove_dead_variables, nir_var_function_temp, NULL); + NIR_PASS(_, s, nir_lower_frexp); + /* Garbage collect dead instructions */ nir_sweep(s);