summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/panfrost/bifrost/bifrost_compile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/bifrost_compile.c b/src/panfrost/bifrost/bifrost_compile.c
index c9208c6a4ee..35292e6ca78 100644
--- a/src/panfrost/bifrost/bifrost_compile.c
+++ b/src/panfrost/bifrost/bifrost_compile.c
@@ -2137,6 +2137,8 @@ bi_optimize_nir(nir_shader *nir)
.lower_txd = true,
};
+ NIR_PASS(progress, nir, pan_nir_lower_64bit_intrin);
+
NIR_PASS(progress, nir, nir_lower_int64);
NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options);