Skip to content

nir/remove_unused_io_vars: check all components to determine variable liveness

Mike Blumenkrantz requested to merge zmike/mesa:nir-unused into main

What does this MR do and why?

nir/remove_unused_io_vars: check all components to determine variable liveness

this otherwise only checked the first component

cc: mesa-stable

Merge request reports