amd,nir: remove byte_permute_amd intrinsic

It's unused and if we ever want to use it again we should make it an alu
opcode instead.

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21445>
This commit is contained in:
Georg Lehmann
2023-02-21 14:06:46 +01:00
committed by Marge Bot
parent e316416dd0
commit ee47cc8256
5 changed files with 0 additions and 23 deletions
@@ -619,7 +619,6 @@ init_context(isel_context* ctx, nir_shader* shader)
case nir_intrinsic_load_tess_coord:
case nir_intrinsic_write_invocation_amd:
case nir_intrinsic_mbcnt_amd:
case nir_intrinsic_byte_permute_amd:
case nir_intrinsic_lane_permute_16_amd:
case nir_intrinsic_load_instance_id:
case nir_intrinsic_ssbo_atomic_add: