intel/fs: Move the scalar-region conversion to the generator.
authorRafael Antognolli <rafael.antognolli@intel.com>
Fri, 19 Oct 2018 22:44:15 +0000 (15:44 -0700)
committerRafael Antognolli <rafael.antognolli@intel.com>
Mon, 22 Apr 2019 23:54:00 +0000 (16:54 -0700)
commitc0504569eac5e5c305e9f0c240e248aca9d8891f
treed2a395d56e683955a25f085c4a52b05e41ca8d84
parent0778748ebadca7991c541ec674024c2bec5f08f5
intel/fs: Move the scalar-region conversion to the generator.

Move the scalar-region conversion from the IR to the generator, so it
doesn't affect the Gen11 path. We need the non-scalar regioning
for a later lowering pass that we are adding.

v2: Better commit message (Matt)

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs_generator.cpp
src/intel/compiler/brw_fs_nir.cpp
src/intel/compiler/brw_fs_visitor.cpp