intel/brw: Move regalloc and scheduling functions out of fs_visitor

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:55:33 -07:00
committed by Marge Bot
parent 5cb1f46fd1
commit b98930c770
12 changed files with 91 additions and 89 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ run_tcs(fs_visitor &s)
brw_fs_workaround_memory_fence_before_eot(s);
brw_fs_workaround_emit_dummy_mov_instruction(s);
s.allocate_registers(true /* allow_spilling */);
brw_allocate_registers(s, true /* allow_spilling */);
return !s.failed;
}