summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-sccp.h
AgeCommit message (Expand)Author
2024-10-29formatEllie Hermaszewska
2023-05-31Fix div-by-zero error during sccp. (#2911)Yong He
2023-03-23Fix optimization pass not converging. (#2725)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-13Add Loop Unrolling Pass. (#2644)Yong He
2022-12-19Separate primal computations from unzipped function into an explicit function...Yong He
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia