nir/loop_analyze: Eliminate nir_basic_induction_var
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 7 Feb 2023 21:11:51 +0000 (13:11 -0800)
committerMarge Bot <emma+marge@anholt.net>
Fri, 17 Feb 2023 22:12:05 +0000 (22:12 +0000)
commit4edf1cdd3d6d2519794b053deaf67b7ff84df0d5
tree934a5a330cc209284e25802bafcc973c5d2ba5c2
parente444ed9210a526c2b1d132d22ba64178f3d11cf5
nir/loop_analyze: Eliminate nir_basic_induction_var

No longer used. All of the information that was previously track here is
tracked directly in nir_loop_variable... and, technically speaking, has
been tracked there ever since 0b9639c35d0a.

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21289>
src/compiler/nir/nir_loop_analyze.c