diff --git a/src/panfrost/compiler/bifrost/bifrost_compile.c b/src/panfrost/compiler/bifrost/bifrost_compile.c index 7dc391c1654..f79965147c1 100644 --- a/src/panfrost/compiler/bifrost/bifrost_compile.c +++ b/src/panfrost/compiler/bifrost/bifrost_compile.c @@ -6726,7 +6726,7 @@ bi_compile_variant_nir(nir_shader *nir, skip_internal &= !(bifrost_debug & BIFROST_DBG_INTERNAL); if (bifrost_debug & BIFROST_DBG_SHADERS && !skip_internal) - nir_log_shaderi(nir); + nir_print_shader(nir, stderr); ctx->allocated_vec = _mesa_hash_table_u64_create(ctx);