Skip to content

spirv: Add --optimize flag to spirv2nir tool

Caio Oliveira requested to merge cmarcelo/mesa:spirv2nir-optimize into main

Apply some basic NIR optimizations to clean up the result. Useful in some situations when comparing the parsing code from different mesa branches.

Merge request reports