intel/compiler: Move SCHEDULE_NONE handling into schedule_instructions()
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 15 Aug 2023 02:19:45 +0000 (19:19 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 23 Aug 2023 21:34:38 +0000 (21:34 +0000)
commit7eba19245dce3033a042418fb96a63a0989ee33d
tree6c3ee871297af8e70600713dc1989405d1ce627d
parent743fd60bea06591c9fc1343aa97077a05336a0b9
intel/compiler: Move SCHEDULE_NONE handling into schedule_instructions()

I'm going to introduce another call site for this function, and just
handling SCHEDULE_NONE in the scheduler itself makes more sense than
duplicating the logic.

Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24707>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_schedule_instructions.cpp