nir: Remove nir_lower_locals_to_regs
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Thu, 20 Jul 2023 12:13:22 +0000 (08:13 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 21 Jul 2023 11:25:49 +0000 (11:25 +0000)
commitd2c94f9e7144115a3e7e5471757ae766475bb7ab
tree977c468ec855e1a8608ec50f5c4b8df359ff6849
parenta8c0b6695fc14922ace05a72c5096a8355f0a5b8
nir: Remove nir_lower_locals_to_regs

No more users, all switched to the intrinsic version.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24253>
src/compiler/nir/meson.build
src/compiler/nir/nir.h
src/compiler/nir/nir_lower_locals_to_regs.c [deleted file]