diff options
| author | Tim Foley <tfoley@nvidia.com> | 2017-09-11 15:25:31 -0700 |
|---|---|---|
| committer | Tim Foley <tfoley@nvidia.com> | 2017-09-11 15:27:08 -0700 |
| commit | 4644b64d648893718336d83fae0139ee19405e61 (patch) | |
| tree | f7c623dc814b823a535d38b68029f529af36780f /tests | |
| parent | e2de1eaec725e979f98ad6f518b93b4d9ce55a36 (diff) | |
Get another test working with IR codedgen
- Add support for matrix types in IR/codegen
- Add support for basic indexing operations in IR/codegen
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bugs/gh-103.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/gh-103.slang b/tests/bugs/gh-103.slang index 2b10c2b3f..c810afc05 100644 --- a/tests/bugs/gh-103.slang +++ b/tests/bugs/gh-103.slang @@ -1,4 +1,4 @@ -//TEST:COMPARE_HLSL: -profile ps_4_0 -entry main +//TEST:COMPARE_HLSL: -use-ir -profile ps_4_0 -entry main // Ensure that matrix-times-scalar works |
