OSDN Git Service

AMDGPU : Add intrinsics for compare with the full wavefront result
authorWei Ding <wei.ding2@amd.com>
Thu, 28 Jul 2016 16:42:13 +0000 (16:42 +0000)
committerWei Ding <wei.ding2@amd.com>
Thu, 28 Jul 2016 16:42:13 +0000 (16:42 +0000)
commitee8c4ca1e1d2ae293d8e5f9ce7c346c3e32deca2
tree8857d9b45ff7e3c31c0d36ef807839582d03eca2
parent7b78e6e140685aead9da57938292a6ee353e6387
AMDGPU : Add intrinsics for compare with the full wavefront result

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276998 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.h
lib/Target/AMDGPU/AMDGPUInstrInfo.td
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIInstructions.td
test/CodeGen/AMDGPU/llvm.amdgcn.fcmp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.icmp.ll [new file with mode: 0644]