summaryrefslogtreecommitdiffstats
path: root/llvm/test/ThinLTO/X86/index-const-prop-O0.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-161-0/+18
| | | | | | | | An attempt to recommit r346584 after failure on OSX build bot. Fixed cache key computation in ThinLTOCodeGenerator and added test case llvm-svn: 347033
* Revert "[ThinLTO] Internalize readonly globals"Steven Wu2018-11-131-18/+0
| | | | | | This reverts commit 10c84a8f35cae4a9fc421648d9608fccda3925f2. llvm-svn: 346768
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-101-0/+18
This patch allows internalising globals if all accesses to them (from live functions) are from non-volatile load instructions Differential revision: https://reviews.llvm.org/D49362 llvm-svn: 346584
OpenPOWER on IntegriCloud