summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-deduplicate.cpp
AgeCommit message (Collapse)Author
2020-09-14Dynamic dispatch bug fixes. (#1541)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2020-08-14Fix tuple type lowering (#1499)Yong He
Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
2020-08-13IR support for Tuple types. (#1492)Yong He
* Tuple types. * Fix x86 warning * Improved deduplication Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>