| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | IR: pass through `[unroll]` attribute (#284) | Tim Foley | 2017-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`. | |||
