Skip to content

nir: Add nir_builder_at

Konstantin Seurer requested to merge KonstantinSeurer/mesa:nir_builder_at into main
Creates and returns a nir_builder from a cursor. The nir_function_impl
is retrieved using said cursor. This should be fine as long as it is not
used on extracted control flow.

Based on !23860 (merged).

Merge request reports