summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-loop-unroll.cpp
AgeCommit message (Expand)Author
2023-07-11Add perf benchmark utility. (#2977)Yong He
2023-06-29Apply SCCP on global scope before unrolling loops. (#2952)Yong He
2023-05-10Generate faster derivative for div by const operations. (#2877)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-21Refactor checkpointing policy and availability pass. (#2826)Yong He
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