summaryrefslogtreecommitdiff
path: root/tests/compute/loop-unroll.slang.expected.txt
AgeCommit message (Collapse)Author
2017-11-16IR: pass through `[unroll]` attribute (#284)Tim Foley
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`.