summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GlobalOpt/localize-constexpr.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+28
| | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-28/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* 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