summaryrefslogtreecommitdiff
path: root/tests/autodiff/nested-loop-unroll.slang.expected.txt
AgeCommit message (Collapse)Author
2023-08-14Fix issue with nested loop unrolling (#3100)Sai Praveen Bangaru
* Do not eliminate single-iter-loops that have inner loops using their break label. * Add test * Delete out-old.hlsl * Update slang-ir-autodiff-cfg-norm.cpp * Fix whitespace