summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/loop-init.slang.expected.txt
Commit message (Collapse)AuthorAge
* Fix subtle corner-case with vars getting hoisted out of the loop creating ↵Sai Praveen Bangaru2023-08-30
unnecessary loop state (#3165) * Extend the unit tests for MxLayeredMaterial * Add breaking loop test * Fix subtle corner-case with vars getting hoisted out of the loop creating unnecessary loop state * remove whitespace changes * Create loop-init.slang.expected.txt * Add filecheck tests to ensure correct loop state * Update comment --------- Co-authored-by: winmad <winmad.wlf@gmail.com> Co-authored-by: Yong He <yonghe@outlook.com>