This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a6a3520 Add (hopefully last) remaining missing dependences to llvm-lto2 new 9bcebab AMDGPU : Add LLVM intrinsics for SAD related instructions. new aba9f58 Hexagon: Avoid dereferencing end() in HexagonCopyToCombine::f [...]
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: include/llvm/IR/IntrinsicsAMDGPU.td | 32 ++++++++++++++++++++-- lib/Target/AMDGPU/CIInstructions.td | 12 ++++---- lib/Target/AMDGPU/SIInstructions.td | 20 ++++++++++---- lib/Target/Hexagon/HexagonCopyToCombine.cpp | 5 ++-- test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.pk.u16.u8.ll | 23 ++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.u32.u8.ll | 23 ++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.msad.u8.ll | 23 ++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.qsad.pk.u16.u8.ll | 23 ++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll | 23 ++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.sad.u16.ll | 23 ++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.sad.u8.ll | 23 ++++++++++++++++ 11 files changed, 215 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.pk.u16.u8.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.u32.u8.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.msad.u8.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.qsad.pk.u16.u8.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.sad.u16.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.sad.u8.ll