diff --git a/src/panfrost/compiler/bifrost_compile.c b/src/panfrost/compiler/bifrost_compile.c index f5715c53738..3e450d8c81f 100644 --- a/src/panfrost/compiler/bifrost_compile.c +++ b/src/panfrost/compiler/bifrost_compile.c @@ -5580,10 +5580,10 @@ bifrost_preprocess_nir(nir_shader *nir, unsigned gpu_id) NIR_PASS(_, nir, nir_lower_ssbo, &ssbo_opts); NIR_PASS(_, nir, pan_lower_sample_pos); - NIR_PASS(_, nir, nir_lower_bit_size, bi_lower_bit_size, &gpu_id); NIR_PASS(_, nir, nir_lower_64bit_phis); NIR_PASS(_, nir, pan_lower_helper_invocation); NIR_PASS(_, nir, nir_lower_int64); + NIR_PASS(_, nir, nir_lower_bit_size, bi_lower_bit_size, &gpu_id); NIR_PASS(_, nir, nir_opt_idiv_const, 8); NIR_PASS(_, nir, nir_lower_idiv,