nir: unify lower_bitfield_extract with has_bfe

Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24662>
This commit is contained in:
Georg Lehmann
2023-08-14 19:21:52 +02:00
committed by Marge Bot
parent 34c3f81614
commit 2ac7e6614a
16 changed files with 23 additions and 29 deletions

View File

@@ -194,7 +194,7 @@ const nir_shader_compiler_options v3dv_nir_options = {
.lower_insert_byte = true,
.lower_insert_word = true,
.lower_bitfield_insert = true,
.lower_bitfield_extract_to_shifts = true,
.lower_bitfield_extract = true,
.lower_bitfield_reverse = true,
.lower_bit_count = true,
.lower_cs_local_id_to_index = true,