This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 38daa71a61d [InstCombine] prevent possible miscompile with sdiv+negate [...] new d3a2e85cd83 [ValueTracking] Use computeConstantRange() in signed add ov [...] new f53ab9d6ab8 Revert LIS handling in MachineDCE
The 2 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/ValueTracking.cpp | 14 ++-- lib/CodeGen/DeadMachineInstructionElim.cpp | 30 +------ test/CodeGen/AMDGPU/bswap.ll | 98 +++++++++++----------- test/CodeGen/AMDGPU/dce-disjoint-intervals.mir | 38 +++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.ds.ordered.swap.ll | 5 +- test/Transforms/InstCombine/and2.ll | 2 +- test/Transforms/InstCombine/icmp-add.ll | 2 +- test/Transforms/InstCombine/minmax-fold.ll | 2 +- test/Transforms/InstCombine/sadd-with-overflow.ll | 3 +- test/Transforms/InstCombine/saturating-add-sub.ll | 4 +- test/Transforms/InstCombine/sub.ll | 4 +- 11 files changed, 106 insertions(+), 96 deletions(-) create mode 100644 test/CodeGen/AMDGPU/dce-disjoint-intervals.mir