radv/nir_lower_abi: Use instructions_pass
authorKonstantin Seurer <konstantin.seurer@gmail.com>
Sat, 23 Jul 2022 21:23:55 +0000 (23:23 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 4 Aug 2022 21:22:29 +0000 (21:22 +0000)
commit12a4581a06047da72c62f8898806c3fd5fc0aa36
treeeb8009c32ddeaab68653ca534e5c7ae9e476ae91
parent1b7b74db06bc88840fdf59ae082b56ad47f1bd6e
radv/nir_lower_abi: Use instructions_pass

nir_shader_instructions_pass is sufficient and it should be a bit faster
than nir_shader_lower_instructions.

Signed-off-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17727>
src/amd/vulkan/radv_nir_lower_abi.c