intel/brw: Move out of fs_visitor and rename print instructions

They use the brw_print prefix now.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30169>
This commit is contained in:
Caio Oliveira
2024-07-12 16:32:36 -07:00
committed by Marge Bot
parent bb7f2db5a2
commit 17b7e49089
7 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -1593,7 +1593,7 @@ fs_visitor::debug_optimizer(const nir_shader *nir,
iteration, pass_num, pass_name);
if (ret == -1)
return;
dump_instructions(filename);
brw_print_instructions(*this);
free(filename);
}