Skip to content

nir: Eliminate out-of-bounds read/writes in local lowering.

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

Avoids nir validation assertion failures, and it's not like backend drivers would want to see definitely-out-of-bounds read/writes either.

Merge request reports