pan/bi: Lower fisnormal

Fixes test_bruteforce.isnormal. We don't implement fisnormal in the backend, but
actually lower_bool_to_bitsize was failing earlier since there's no fisnormal32
to lower to either.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18656>
This commit is contained in:
Alyssa Rosenzweig 2022-07-06 16:46:55 -04:00 committed by Marge Bot
parent ddcf4b1c7e
commit 55837efe14

View file

@ -72,6 +72,7 @@ static const nir_shader_compiler_options bifrost_nir_options = {
.lower_int64_options = ~0,
/* TODO: Use IMULD on v7 */
.lower_mul_high = true,
.lower_fisnormal = true,
.lower_uadd_carry = true,
.lower_usub_borrow = true,