This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5f405a9 RegionInfo: add new test case new bf64cb1 AMDGPU/SI: Implement sendmsghalt intrinsic
The 1 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 | 7 ++ lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 + lib/Target/AMDGPU/AMDGPUInstrInfo.td | 4 + lib/Target/AMDGPU/SIISelLowering.cpp | 9 +- lib/Target/AMDGPU/SIInsertWaits.cpp | 5 +- lib/Target/AMDGPU/SOPInstructions.td | 5 +- test/CodeGen/AMDGPU/amdgcn.sendmsg-m0.ll | 41 ++++++++ test/CodeGen/AMDGPU/amdgcn.sendmsg.ll | 161 ++++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/llvm.SI.sendmsg-m0.ll | 17 ---- test/CodeGen/AMDGPU/llvm.SI.sendmsg.ll | 24 ----- 11 files changed, 230 insertions(+), 45 deletions(-) create mode 100644 test/CodeGen/AMDGPU/amdgcn.sendmsg-m0.ll create mode 100644 test/CodeGen/AMDGPU/amdgcn.sendmsg.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.sendmsg-m0.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.sendmsg.ll