This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f6a8db12f63 [SelectionDAG] ComputeNumSignBits - cleanup ROTL/ROTR wrapp [...] new abb1ba1507c Fix line endings. NFCI. new f7e4004c36e Fix line endings. NFCI. new 2e42fb210e0 [dwarfdump] Add DWARF verifiers for address ranges new c3fc1550b7e [DAGCombine] (shl (or x, c1), c2) -> (or (shl x, c2), c1 << c2)
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: include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 30 + include/llvm/DebugInfo/DWARF/DWARFDie.h | 4 + include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 64 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 139 +- test/CodeGen/AMDGPU/fneg-fabs.f16.ll | 27 +- test/CodeGen/AMDGPU/llvm.amdgcn.ds.bpermute.ll | 23 + .../AMDGPU/promote-alloca-array-aggregate.ll | 262 +- test/CodeGen/AMDGPU/shl.ll | 24 + test/CodeGen/X86/bitcast-and-setcc-512.ll | 3356 ++++++++++---------- test/CodeGen/X86/combine-shl.ll | 12 +- unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 648 +++- 12 files changed, 2758 insertions(+), 1837 deletions(-)