Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete dead GlobalAliases. | Rafael Espindola | 2015-12-22 | 1 | -1/+1 |
| | | | | llvm-svn: 256276 | ||||
* | [GlobalOpt] Localize some globals that have non-instruction users | James Molloy | 2015-11-19 | 1 | -0/+28 |
We currently bail out of global localization if the global has non-instruction users. However, often these can be simple bitcasts or constant-GEPs, which we can easily turn into instructions before localizing. Be a bit more aggressive. llvm-svn: 253584 |