ir3: Drop the "SIMD0" debug print that was apparently added for frameretrace.

I haven't heard of anyone using that tool in years, just drop it.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41665>
This commit is contained in:
Emma Anholt 2026-05-11 16:36:28 -07:00 committed by Marge Bot
parent 2af9c035fd
commit 466317a616

View file

@ -436,8 +436,6 @@ assemble_variant(struct ir3_shader_variant *v, bool internal)
"Native code%s for unnamed %s shader %s with blake3 %s:\n",
shader_overridden ? " (overridden)" : "", ir3_shader_stage(v),
v->name, v->blake3_str);
if (v->type == MESA_SHADER_FRAGMENT)
fprintf(stream, "SIMD0\n");
ir3_shader_disasm(v, v->bin, stream);
fclose(stream);