This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from da55e69 [libFuzzer] fix docs new 6d8c39b DAGCombiner: Reduce truncated shl width
The 1 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/DAGCombiner.cpp | 19 +++++ test/CodeGen/AMDGPU/shift-i64-opts.ll | 123 ++++++++++++++++++++++++++++ test/CodeGen/SystemZ/atomicrmw-add-01.ll | 22 ++--- test/CodeGen/SystemZ/atomicrmw-add-02.ll | 28 +++---- test/CodeGen/SystemZ/atomicrmw-and-01.ll | 31 ++++--- test/CodeGen/SystemZ/atomicrmw-and-02.ll | 32 ++++---- test/CodeGen/SystemZ/atomicrmw-minmax-01.ll | 64 +++++++-------- test/CodeGen/SystemZ/atomicrmw-minmax-02.ll | 64 +++++++-------- test/CodeGen/SystemZ/atomicrmw-nand-01.ll | 32 ++++---- test/CodeGen/SystemZ/atomicrmw-nand-02.ll | 32 ++++---- test/CodeGen/SystemZ/atomicrmw-or-01.ll | 32 ++++---- test/CodeGen/SystemZ/atomicrmw-or-02.ll | 32 ++++---- test/CodeGen/SystemZ/atomicrmw-sub-01.ll | 32 ++++---- test/CodeGen/SystemZ/atomicrmw-sub-02.ll | 32 ++++---- test/CodeGen/SystemZ/atomicrmw-xchg-01.ll | 16 ++-- test/CodeGen/SystemZ/atomicrmw-xchg-02.ll | 16 ++-- test/CodeGen/SystemZ/atomicrmw-xor-01.ll | 32 ++++---- test/CodeGen/SystemZ/atomicrmw-xor-02.ll | 32 ++++---- test/CodeGen/SystemZ/cmpxchg-01.ll | 12 +-- test/CodeGen/SystemZ/cmpxchg-02.ll | 14 ++-- test/CodeGen/X86/reduce-trunc-shl.ll | 14 ++++ 21 files changed, 433 insertions(+), 278 deletions(-) create mode 100644 test/CodeGen/X86/reduce-trunc-shl.ll