summaryrefslogtreecommitdiff
path: root/tests/language-feature/constants/max-iters-link-time-const.slang
AgeCommit message (Collapse)Author
2024-12-09Fix crash during emitCast of attributed type, allow MaxIters to take ↵Yong He
linktime const. (#5791) * Fix crash during emitCast of attributed type. * Allow [MaxIters] to take link time constants. --------- Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>