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

Update of the typer with shifts and assignments #1154

Closed AaronGhost closed 3 years ago

AaronGhost commented 3 years ago

Updates the Typer class to produce a result in the case of assignments and the TyperHelper class to correctly type shift operations in the case of left and right scalar types (the resulting type is the one from the left operand).

AaronGhost commented 3 years ago

Done!