GLSL: Fold constant SHRT_MIN/INT_MIN/LLONG_MIN % -1 to 0.

This commit is contained in:
Aaron Muir Hamilton
2017-10-25 00:11:53 +00:00
parent b5b0846244
commit f83e2f0690
4 changed files with 88 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ INSTANTIATE_TEST_CASE_P(
"330comp.frag",
"constErrors.frag",
"constFold.frag",
"constFoldIntMin.frag",
"errors.frag",
"forwardRef.frag",
"uint.frag",