Skip to content

nir: Move phi src setup to a helper.

Emma Anholt requested to merge anholt/mesa:nir-phi into main

Cleans up the ralloc/list push code all over the tree.

Pulled from my branch experimenting with malloc instead of ralloc for NIR instrs.

Merge request reports