summaryrefslogtreecommitdiff
path: root/src/panfrost/compiler/bifrost_compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/panfrost/compiler/bifrost_compile.c')
-rw-r--r--src/panfrost/compiler/bifrost_compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/panfrost/compiler/bifrost_compile.c b/src/panfrost/compiler/bifrost_compile.c
index 44d8f87e44c..fc36cd2dae6 100644
--- a/src/panfrost/compiler/bifrost_compile.c
+++ b/src/panfrost/compiler/bifrost_compile.c
@@ -4436,7 +4436,6 @@ bi_optimize_nir(nir_shader *nir, unsigned gpu_id, bool is_blend)
NIR_PASS(progress, nir, nir_opt_cse);
}
- NIR_PASS(progress, nir, nir_lower_legacy_atomics);
NIR_PASS(progress, nir, nir_lower_load_const_to_scalar);
NIR_PASS(progress, nir, nir_opt_dce);