summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/nested-loop-unroll.slang.expected.txt
Commit message (Collapse)AuthorAge
* Fix issue with nested loop unrolling (#3100)Sai Praveen Bangaru2023-08-14
* 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