This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7ec26d4 [MachineInstrBundle] Actually set the PartialDeadDef flag onl [...] new 82d78c2 [LVI] Reduce compile time by lazily scanning blocks if needed new 7f794cf [LoopDist] Split main class. NFC new e69ab0b LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when p [...] new 3082da8 SLSR: Use UnknownAddressSpace instead of 0 for pure arithmetic. new 3b7741b ThinLTO: do not promote GlobalVariable that have a specific section.
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/ModuleSummaryIndex.h | 4 + lib/Analysis/LazyValueInfo.cpp | 52 +++--- lib/LTO/LTOCodeGenerator.cpp | 67 +++++--- lib/Transforms/IPO/FunctionImport.cpp | 74 ++++++++- lib/Transforms/Scalar/LoopDistribute.cpp | 182 +++++++++++---------- .../Scalar/StraightLineStrengthReduce.cpp | 4 +- lib/Transforms/Utils/FunctionImportUtils.cpp | 5 + test/ThinLTO/X86/Inputs/section.ll | 13 ++ test/ThinLTO/X86/section.ll | 25 +++ .../Transforms/CorrelatedValuePropagation/basic.ll | 22 +++ test/tools/lto/hide-linkonce-odr.ll | 8 +- 11 files changed, 317 insertions(+), 139 deletions(-) create mode 100644 test/ThinLTO/X86/Inputs/section.ll create mode 100644 test/ThinLTO/X86/section.ll