Skip to content

nir: add nir_break_if helper

Alyssa Rosenzweig requested to merge alyssa/mesa:nir/break-if into main

I see people open-coding this all over the tree and it makes nir_builder loops really annoying. Make them slightly less annoying with a helper.

Merge request reports