Skip to content

nir: Add a dominance validation pass

We don't do full dominance validation of SSA values in nir_validate because it requires generating valid dominance information and, while that's not extremely expensive, it's probably more than we want to do on every pass. However, having a pass for it that can be run occasionally, should help detect and expose bugs.

Merge request reports