Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve DebugInfo/strip-loop-metadata.ll test | Adam Nemet | 2017-03-31 | 1 | -1/+10 |
| | | | | | | | This wasn't covering for the case where you have multiple latches and hence the use of the same loop-id which needs to be mapped to the same loop-id. llvm-svn: 299237 | ||||
* | Enable stripping of multiple DILocation on !llvm.loop metadata | Teresa Johnson | 2017-03-19 | 1 | -0/+44 |
| | | | | | | | | | | | | | | | | | Summary: I found that stripDebugInfo was still leaving significant amounts of debug info due to !llvm.loop that contained DILocation after stripping. The support for stripping debug info on !llvm.loop added in r293377 only removes a single DILocation. Enhance that to remove all DILocation from !llvm.loop. Reviewers: hfinkel, aprantl, dsanders Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D31117 llvm-svn: 298213 | ||||
* | stripDebugInfo() should remove DILocation's found in !llvm.loop metadata | Daniel Sanders | 2017-01-28 | 1 | -0/+71 |
Summary: Patch by Michele Scandale (with a small tweak to 'CHECK-NOT' the last DILocation in the test) Subscribers: bogner, llvm-commits Differential Revision: https://reviews.llvm.org/D27980 llvm-svn: 293377 |