summaryrefslogtreecommitdiffstats
path: root/tests/compute/loop-unroll.slang.expected.txt
Commit message (Collapse)AuthorAge
* IR: pass through `[unroll]` attribute (#284)Tim Foley2017-11-16
The initial lowering was adding an `IRLoopControlDecoration` to the instruction at the head of a loop, but this was getting dropped when the IR gets cloned for a particular entry point. The fix was simply to add a case for loop-control decorations to `cloneDecoration`.