nir/opt_algebraic: Drop bit-size suffixes from conversions
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 7 Nov 2018 23:32:32 +0000 (17:32 -0600)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 5 Dec 2018 21:03:01 +0000 (15:03 -0600)
commit2715080d65babf058862c72eaf6614632eeb2b45
tree65db1bde0ca3afb3da60bc6845e3deb7f5928805
parentff8e3d3b7bc9f57b831e048e9a78e456dc0a4be5
nir/opt_algebraic: Drop bit-size suffixes from conversions

Suffixes are dropped from a bunch of conversion opcodes when it makes
sense to do so.  Others are kept if we really do want the bit-size
restriction.

Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/compiler/nir/nir_opt_algebraic.py