summaryrefslogtreecommitdiff
path: root/tests/diagnostics/unbound-loop.slang
AgeCommit message (Collapse)Author
2023-05-26Fix bug in legalizeFuncType that leads to invalid IR. (#2902)Yong He
* Fix bug in legalizeFuncType that leads to invalid IR. * Diagnose on functions that never returns when differentiate it. --------- Co-authored-by: Yong He <yhe@nvidia.com>