OSDN Git Service

AMDGPU/SI: Add llvm.amdgcn.mbcnt.* intrinsics
authorTom Stellard <thomas.stellard@amd.com>
Tue, 15 Dec 2015 17:02:52 +0000 (17:02 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 15 Dec 2015 17:02:52 +0000 (17:02 +0000)
commit8a5832c92f51558b354a454785c92298959c3b37
tree11c854ebf9b3edaa14005a53dff537e3b0986ef4
parentc2963dd7dfc95b612876dc8db4c9f2956dea6158
AMDGPU/SI: Add llvm.amdgcn.mbcnt.* intrinsics

Summary:
These are meant to be used instead of the llvm.SI.tid intrinsic which will
be deprecated at some point.

Reviewers: arsenm

Subscribers: arsenm, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255652 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/SIInstructions.td
test/CodeGen/AMDGPU/llvm.amdgcn.mbcnt.ll [new file with mode: 0644]