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: Add --no-ub-guards argument #1168

Closed afd closed 2 years ago

afd commented 2 years ago

For integration with GLSLsmith, we don't want glsl-reduce to add undefined behaviour guards (because GLSLsmith will add them).