summaryrefslogtreecommitdiff
path: root/tests/bugs/mutating/mutating-call-in-loop-dce.slang.expected.txt
AgeCommit message (Collapse)Author
2023-06-26Fix DCE on mutable calls in a loop. (#2943)Yong He
* Fix DCE on mutable calls in a loop. * More accurate in-loop test. * code review fixes. * Fix. --------- Co-authored-by: Yong He <yhe@nvidia.com>