OSDN Git Service

AMDGPU : Add LLVM intrinsics for SAD related instructions.
authorWei Ding <wei.ding2@amd.com>
Thu, 11 Aug 2016 16:33:53 +0000 (16:33 +0000)
committerWei Ding <wei.ding2@amd.com>
Thu, 11 Aug 2016 16:33:53 +0000 (16:33 +0000)
commit9bcebab62b034d48bbf944179cced1a2f07ffbf6
tree2efea4a66493993c33913e1b41a788cc2b018bf1
parenta6a3520f084d67f2d31b6afd8c89d0e9660c5144
AMDGPU : Add LLVM intrinsics for SAD related instructions.

Differential Revision: http://reviews.llvm.org/D23133

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278354 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/CIInstructions.td
lib/Target/AMDGPU/SIInstructions.td
test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.pk.u16.u8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.u32.u8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.msad.u8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.qsad.pk.u16.u8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.sad.u16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.sad.u8.ll [new file with mode: 0644]