diff options
| author | Yong He <yonghe@outlook.com> | 2020-09-21 08:27:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-21 08:27:10 -0700 |
| commit | 83514bd25160a9af91abc1b9acd7e44657447526 (patch) | |
| tree | cd364f0b519baa9c840002a8fa0a0ed84bebe59e /source/slang/slang-ir.cpp | |
| parent | 21339e802d77981bbc64cc21cc1315cc41932f35 (diff) | |
Enable all dynamic dispatch tests on CUDA. (#1552)
* Enable all dynamic dispatch tests on CUDA.
* Fix expected cross-compile test results.
Diffstat (limited to 'source/slang/slang-ir.cpp')
| -rw-r--r-- | source/slang/slang-ir.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-ir.cpp b/source/slang/slang-ir.cpp index 28fa70edf..e9d90adfe 100644 --- a/source/slang/slang-ir.cpp +++ b/source/slang/slang-ir.cpp @@ -5274,6 +5274,7 @@ namespace Slang case kIROp_RTTIType: case kIROp_Func: case kIROp_Generic: + case kIROp_Var: case kIROp_GlobalVar: // Note: the IRGlobalVar represents the *address*, so only a load/store would have side effects case kIROp_GlobalConstant: case kIROp_GlobalParam: |
