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

Support for swizzles in the reducer #1186

Closed afd closed 2 years ago

afd commented 2 years ago

Adds support for simplifying, shortening and removing swizzles.

Part of #1179.