OSDN Git Service

nir: Fixup algebraic test for variable-sized conversions
authorConnor Abbott <cwabbott0@gmail.com>
Fri, 7 Dec 2018 09:48:22 +0000 (10:48 +0100)
committerConnor Abbott <cwabbott0@gmail.com>
Fri, 7 Dec 2018 15:07:51 +0000 (16:07 +0100)
commit2845c492187bbf763e06c5b4325fdac8fdc027c8
treefbc3920996ae856f45a1b69e255b4fb420a65d62
parente8a383ce673555d531a3355c710fb159acf14e1a
nir: Fixup algebraic test for variable-sized conversions

b2i can now take any size boolean in preparation for 1-bit booleans, so
the error message printed is slightly different.

Fixes: dca6cd9ce65 ("nir: Make boolean conversions sized just like the others")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108961
Cc: Jason Ekstrand <jason@jlekstrand.net>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/tests/algebraic_parser_test.py