Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LoopRotate] Propagate dbg.value intrinsics | Sam Parker | 2017-03-08 | 1 | -0/+79 |
| | | | | | | | | | | | | Recommitting patch which was previously reverted in r297159. These changes should address the casting issues. The original patch enables dbg.value intrinsics to be attached to newly inserted PHI nodes. Differential Review: https://reviews.llvm.org/D30701 llvm-svn: 297269 | ||||
* | Revert r297132, it caused PR32171 | Nico Weber | 2017-03-07 | 1 | -79/+0 |
| | | | | llvm-svn: 297159 | ||||
* | [LoopRotate] Update dbg.value intrinsics | Sam Parker | 2017-03-07 | 1 | -0/+79 |
Propagate debug info through the newly inserted PHI nodes. Differential Revision: https://reviews.llvm.org/D30190 llvm-svn: 297132 |