This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 27a7060 [SelectionDAG] Enhance SDTCisSameNumEltsAs to work with scala [...] new 2ebca36 [Linker] Provide callback for internalization new 8187a9b AMDGPU: Fold icmp/fcmp into icmp intrinsic new 131341e [AVX-512] If gather mask is all ones, force the input to a ze [...]
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: include/llvm/Linker/Linker.h | 14 +- lib/Linker/LinkModules.cpp | 46 ++-- lib/Target/X86/X86ISelLowering.cpp | 5 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 87 +++++++ test/CodeGen/X86/avx512-gather-scatter-intrin.ll | 79 +++--- test/Linker/Inputs/linkage.d.ll | 5 + test/Linker/link-flags.ll | 6 + test/Transforms/InstCombine/amdgcn-intrinsics.ll | 311 +++++++++++++++++++++++ tools/llvm-link/llvm-link.cpp | 23 +- 9 files changed, 511 insertions(+), 65 deletions(-) create mode 100644 test/Linker/Inputs/linkage.d.ll