summaryrefslogtreecommitdiff
path: root/src/asahi/compiler/agx_compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/asahi/compiler/agx_compile.c')
-rw-r--r--src/asahi/compiler/agx_compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asahi/compiler/agx_compile.c b/src/asahi/compiler/agx_compile.c
index 46887267339..90f94d8f06c 100644
--- a/src/asahi/compiler/agx_compile.c
+++ b/src/asahi/compiler/agx_compile.c
@@ -2380,7 +2380,6 @@ agx_preprocess_nir(nir_shader *nir, bool support_lod_bias)
NIR_PASS_V(nir, nir_opt_sink, move_all);
NIR_PASS_V(nir, nir_opt_move, move_all);
NIR_PASS_V(nir, agx_nir_lower_ubo);
- NIR_PASS_V(nir, nir_lower_legacy_atomics);
NIR_PASS_V(nir, agx_nir_lower_shared_bitsize);
}