This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f40986a056 [DebugCounters] Keep track of total counts new 2f14f1125a7 [ThinLTO] Ensure the TargetLibraryInfo is constructed early enough new 113fd07750c [SelectionDAG] Reduce DanglingDebugInfo memory traffic, NFC new 217be219024 [utils] Fix the llvm::Optional data formatter
The 3 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: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 42 +++++++++++++----------- lib/Transforms/IPO/PassManagerBuilder.cpp | 2 ++ test/LTO/X86/triple-init.ll | 11 ++++++- test/LTO/X86/triple-init2.ll | 31 +++++++++++++++++ utils/lldbDataFormatters.py | 16 +++++++-- 5 files changed, 79 insertions(+), 23 deletions(-) create mode 100644 test/LTO/X86/triple-init2.ll