summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GlobalOpt/localize-constexpr.ll
Commit message (Collapse)AuthorAgeFilesLines
* Delete dead GlobalAliases.Rafael Espindola2015-12-221-1/+1
| | | | llvm-svn: 256276
* [GlobalOpt] Localize some globals that have non-instruction usersJames Molloy2015-11-191-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
OpenPOWER on IntegriCloud