This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 966519d69a1 [docs][llvm-objcopy] Write documentation for llvm-objcopy new 755e158b419 [SelectionDAG] Propagate alias metadata to target intrinsic nodes new f18303af3f6 [X86][AVX] Combine vpermi(bitcast(x)) -> bitcast(vpermi(x)) new 557d582ad1d [ARM] Fix for NDEBUG builds
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/CodeGen/SelectionDAG.h | 3 ++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 ++-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 10 ++++++---- lib/Target/ARM/ARMISelLowering.cpp | 7 +++---- lib/Target/X86/X86ISelLowering.cpp | 16 ++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 7 ++++++- test/CodeGen/X86/avx512-shuffles/partial_permute.ll | 4 ++-- 7 files changed, 37 insertions(+), 14 deletions(-)