summaryrefslogtreecommitdiff
path: root/tests/compute/static-const-vector-array.slang.expected.txt
AgeCommit message (Collapse)Author
2020-04-09Literal folding on other operators (#1314)jsmall-nvidia
* Fold prefix operators if they prefix an int literal. * Make test case a bit more convoluted. * Remove ++ and -- as not appropriate for folding of literals. * Set output buffer name.