Skip to content

nir/builder: Add nir_call helper

Alyssa Rosenzweig requested to merge alyssa/mesa:nir/call-help into main

This adds an idiomatic way to insert NIR function calls with the builder. Since functions have variable numbers of arguments, this is a variadic function.

Merge request reports