intel/compiler: Move logical-send lowering to a separate file
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 27 Jun 2022 19:24:58 +0000 (12:24 -0700)
committerMarge Bot <emma+marge@anholt.net>
Fri, 8 Jul 2022 19:45:34 +0000 (19:45 +0000)
commit07b9bfacc7898bd8c5d2ebfc7c0101bff3db1b06
treedb6c60b5f177523fbea3af48ba0d6e0a23f6b513
parentc751ca769f0a98bce7d32923107e306ed963c122
intel/compiler: Move logical-send lowering to a separate file

brw_fs.cpp was 10kloc.  Now it's only 7.5kloc.  Ugh.

v2: Rebase on 9680e0e4a2d.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17379>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs.h
src/intel/compiler/brw_lower_logical_sends.cpp [new file with mode: 0644]
src/intel/compiler/meson.build