intel/compiler: Delete abs/neg handling in fsign code
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 22 Apr 2020 06:50:46 +0000 (23:50 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 23 Apr 2020 00:04:37 +0000 (17:04 -0700)
commit4459a70a6e86ebe9e6e58510069ed8a499e792e3
tree98165126963ebf6331e5745631294e4c1aa4a9db
parent220f0e10d8c27684b1c91c5291bdf8a8012e2a1a
intel/compiler: Delete abs/neg handling in fsign code

This should have gone away when removing source modifiers.  They won't
be set any longer, so this is simply dead code.

Fixes: b7c47c4f7cf ("intel/compiler: Drop nir_lower_to_source_mods() and related handling.")
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4691>
src/intel/compiler/brw_fs_nir.cpp
src/intel/compiler/brw_vec4_nir.cpp