summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/GlobalSplit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [GlobalSplit] Port to the new pass manager.Davide Italiano2016-11-211-0/+7
| | | | llvm-svn: 287511
* Introduce GlobalSplit pass.Peter Collingbourne2016-11-161-0/+164
This pass splits globals into elements using inrange annotations on getelementptr indices. Differential Revision: https://reviews.llvm.org/D22295 llvm-svn: 287178
OpenPOWER on IntegriCloud