nir: Add goto_if jump instruction
authorKarol Herbst <kherbst@redhat.com>
Thu, 2 Jul 2020 12:32:04 +0000 (14:32 +0200)
committerMarge Bot <eric+marge@anholt.net>
Fri, 14 Aug 2020 20:35:36 +0000 (20:35 +0000)
commit025bdbac3e09ae9bac9eefb831e9446b9574d120
tree6e8143cfce06d31b691d26bb022b0771de89dc71
parent92db942fc6af52ea5a4a3eb77533a045ffe56685
nir: Add goto_if jump instruction

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2401>
src/broadcom/compiler/nir_to_vir.c
src/compiler/nir/nir.c
src/compiler/nir/nir.h
src/compiler/nir/nir_builder.h
src/compiler/nir/nir_control_flow.c
src/compiler/nir/nir_divergence_analysis.c
src/compiler/nir/nir_print.c
src/compiler/nir/nir_validate.c