intel/nir: Call validate_ssa_dominance at both ends of the NIR compile
authorJason Ekstrand <jason@jlekstrand.net>
Mon, 1 Jun 2020 20:43:53 +0000 (15:43 -0500)
committerMarge Bot <eric+marge@anholt.net>
Tue, 8 Sep 2020 19:44:01 +0000 (19:44 +0000)
commit3bd7c3c9dbde491173d7015e2168fc0f34d95bb8
tree9455d1b001183f3c233716fbc0d81cf1a09280aa
parent7cedc4128a1f9d8ecae00ff41ccf1b63e4f3ebd0
intel/nir: Call validate_ssa_dominance at both ends of the NIR compile

This invokes it before we go into the optimization/lowering pass and
then right before we go out of SSA.

Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5288>
src/intel/compiler/brw_nir.c
src/intel/vulkan/anv_pipeline.c