nir/lower_goto_if: Use util/list instead of exec_list
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 12 Aug 2020 20:23:23 +0000 (15:23 -0500)
committerMarge Bot <eric+marge@anholt.net>
Fri, 14 Aug 2020 20:35:37 +0000 (20:35 +0000)
commit2455d03c3113fbfe070fc30f3b292d3143e443b1
treed2bd0ef3c298730100ccb535be3156c76989b5bf
parentf69d732fcaba332f83aac073f2376ded0d3d5c74
nir/lower_goto_if: Use util/list instead of exec_list

I'm trying to reduce exec_list usage in NIR.  Also, util_list has some
better helpers for a bunch of the operations this pass needs.

Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2401>
src/compiler/nir/nir_lower_goto_ifs.c