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

Better reduction for array indices #1185

Closed afd closed 2 years ago

afd commented 2 years ago

Improves the reducer's ability to reduce array indexing expressions, by being less conservative about l-values.

Part of #1179.