google / graphicsfuzz

A testing framework for automatically finding and simplifying bugs in graphics shader compilers.
Apache License 2.0
561 stars 117 forks source link

Reducer: eliminate un-referenced interface blocks #1162

Closed afd closed 2 years ago

afd commented 2 years ago

If no fields of an interface block are referenced, the block should be removed.

@AaronGhost for info.