AMDGPU/SI: Add llvm.amdgcn.v.interp.p[12] intrinsics
authorTom Stellard <thomas.stellard@amd.com>
Tue, 15 Dec 2015 17:02:49 +0000 (17:02 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 15 Dec 2015 17:02:49 +0000 (17:02 +0000)
commitc2963dd7dfc95b612876dc8db4c9f2956dea6158
tree194f853d302f8abe06b1fdbe927da7495a8b69b7
parent83cae3be106f9b2089e20ee4a7dd2b187672df17
AMDGPU/SI: Add llvm.amdgcn.v.interp.p[12] intrinsics

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

Reviewers: arsenm

Subscribers: arsenm, llvm-commits

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

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