diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2020-04-09 15:43:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-09 15:43:09 -0400 |
| commit | a01c09c3934d3f859bf4bea6b4e583f25291b643 (patch) | |
| tree | 47b01ad7a3b138c46ca0f7904415a5ad6a74bb72 /tests/compute/static-const-vector-array.slang.expected.txt | |
| parent | 78acd326a0dd684dd16f1db55bd53937fc38d467 (diff) | |
Literal folding on other operators (#1314)
* 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.
Diffstat (limited to 'tests/compute/static-const-vector-array.slang.expected.txt')
| -rw-r--r-- | tests/compute/static-const-vector-array.slang.expected.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/compute/static-const-vector-array.slang.expected.txt b/tests/compute/static-const-vector-array.slang.expected.txt new file mode 100644 index 000000000..54ecdf414 --- /dev/null +++ b/tests/compute/static-const-vector-array.slang.expected.txt @@ -0,0 +1,9 @@ +type: float +-0.267204 +0.348847 +0.588588 +1.398255 +1.590841 +0.495721 +1.252321 +0.171198 |
