Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove another unused variable from r275216 | Teresa Johnson | 2016-07-12 | 1 | -2/+1 |
| | | | | | | | Remove another variable added in r275216 that was only used in debug mode. llvm-svn: 275238 | ||||
* | Refactor indirect call promotion profitability analysis (NFC) | Teresa Johnson | 2016-07-12 | 1 | -0/+110 |
Summary: Refactored the profitability analysis out of the IC promotion pass and into lib/Analysis so that it can be accessed by the summary index builder in a follow-on patch to enable IC promotion in ThinLTO (D21932). Reviewers: davidxl, xur Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D22182 llvm-svn: 275216 |