From 83514bd25160a9af91abc1b9acd7e44657447526 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 21 Sep 2020 08:27:10 -0700 Subject: Enable all dynamic dispatch tests on CUDA. (#1552) * Enable all dynamic dispatch tests on CUDA. * Fix expected cross-compile test results. --- source/slang/slang-ir.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/slang/slang-ir.cpp') 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: -- cgit v1.2.3