summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-loop-unroll.cpp
AgeCommit message (Expand)Author
2023-03-22Type legalization and autodiff bug fixes. (#2722)Yong He
2023-02-27More fixes for reverse-mode on complicated loops (#2675)Sai Praveen Bangaru
2023-02-24More control flow simplifications. (#2673)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-13Eliminate `continue` to allow unrolling any loops. (#2645)Yong He
2023-02-13Add Loop Unrolling Pass. (#2644)Yong He