| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-16 | IR: 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`. | |||
