This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 98e18d4f0ff [Attributor] Manifest constant return values new 88c30ca9a25 [BasicAA] Use dereferenceability to reason about aliasing new f617d679a35 [AMDGPU] Automatically generate various tests. NFC new 16ed7f8f592 [InstCombine] icmp eq/ne (gep inbounds P, Idx..), null -> i [...] new 49a127e3927 Revert r369233.
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: lib/Analysis/BasicAliasAnalysis.cpp | 30 +- lib/MC/ELFObjectWriter.cpp | 24 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 21 + test/Analysis/BasicAA/dereferenceable.ll | 149 ++ test/CodeGen/AMDGPU/chain-hi-to-lo.ll | 261 ++- test/CodeGen/AMDGPU/copy-illegal-type.ll | 614 +++++- test/CodeGen/AMDGPU/dagcombine-setcc-select.ll | 73 +- test/CodeGen/AMDGPU/load-lo16.ll | 2037 +++++++++++++++----- test/CodeGen/AMDGPU/memory_clause.ll | 233 ++- test/CodeGen/AMDGPU/r600-export-fix.ll | 51 +- test/LTO/X86/symver-asm.ll | 4 + test/LTO/X86/symver-asm2.ll | 3 + test/MC/ARM/arm-elf-symver.s | 27 + test/MC/ELF/multiple-different-symver.s | 6 + test/MC/ELF/symver-multiple-version.s | 20 - test/MC/ELF/symver.s | 174 +- test/MC/PowerPC/ppc64-localentry-symbols.s | 2 + test/Transforms/InstCombine/gep-inbounds-null.ll | 184 ++ 18 files changed, 3071 insertions(+), 842 deletions(-) create mode 100644 test/Analysis/BasicAA/dereferenceable.ll create mode 100644 test/MC/ELF/multiple-different-symver.s delete mode 100644 test/MC/ELF/symver-multiple-version.s create mode 100644 test/Transforms/InstCombine/gep-inbounds-null.ll