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:
@@ -91,7 +91,7 @@ run_cs(fs_visitor &s, bool allow_spilling)
|
||||
brw_fs_workaround_memory_fence_before_eot(s);
|
||||
brw_fs_workaround_emit_dummy_mov_instruction(s);
|
||||
|
||||
s.allocate_registers(allow_spilling);
|
||||
brw_allocate_registers(s, allow_spilling);
|
||||
|
||||
return !s.failed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user