This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78f7b70 [globalisel] Fix an unused variable warning when NDEBUG is defined. new e243f51 LowerTypeTests: Implement importing of type identifiers. new 7d5b56c [InstCombine] add tests to show missed canonicalization of mi [...] new 1f32b34 [ThinLTO] Drop non-prevailing non-ODR weak to declarations new b786258 docs: Document that !absolute_symbol { all-ones, all-ones } m [...]
The 4 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: docs/LangRef.rst | 7 +- lib/LTO/LTO.cpp | 4 +- lib/Transforms/IPO/FunctionImport.cpp | 40 ++++- lib/Transforms/IPO/LowerTypeTests.cpp | 86 ++++++++++- test/ThinLTO/X86/weak_resolution.ll | 4 +- test/Transforms/InstCombine/minmax-fold.ll | 71 +++++++++ test/Transforms/LowerTypeTests/Inputs/import.yaml | 31 ++++ test/Transforms/LowerTypeTests/import.ll | 170 +++++++++++++++++++++ .../tools/gold/X86/Inputs/thinlto_weak_library1.ll | 17 +++ .../tools/gold/X86/Inputs/thinlto_weak_library2.ll | 20 +++ test/tools/gold/X86/thinlto_weak_library.ll | 41 +++++ test/tools/gold/X86/thinlto_weak_resolution.ll | 16 +- 12 files changed, 480 insertions(+), 27 deletions(-) create mode 100644 test/Transforms/LowerTypeTests/Inputs/import.yaml create mode 100644 test/Transforms/LowerTypeTests/import.ll create mode 100644 test/tools/gold/X86/Inputs/thinlto_weak_library1.ll create mode 100644 test/tools/gold/X86/Inputs/thinlto_weak_library2.ll create mode 100644 test/tools/gold/X86/thinlto_weak_library.ll