OSDN Git Service

AMDGPU/SI: Implement sendmsghalt intrinsic
authorJan Vesely <jan.vesely@rutgers.edu>
Wed, 4 Jan 2017 18:06:55 +0000 (18:06 +0000)
committerJan Vesely <jan.vesely@rutgers.edu>
Wed, 4 Jan 2017 18:06:55 +0000 (18:06 +0000)
commitbf64cb107c92e93048a8086e5099193b3722c9cf
tree5c6fe5ad979092952712b705809bdc170aeb4e5d
parent5f405a9704da234a2a554ec18f387fb565aada49
AMDGPU/SI: Implement sendmsghalt intrinsic

v2: expose using amdgcn prefix

Differential Revision: https://reviews.llvm.org/D23511

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290977 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/SIInsertWaits.cpp
lib/Target/AMDGPU/SOPInstructions.td
test/CodeGen/AMDGPU/amdgcn.sendmsg-m0.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdgcn.sendmsg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.sendmsg-m0.ll [deleted file]
test/CodeGen/AMDGPU/llvm.SI.sendmsg.ll [deleted file]