OSDN Git Service

AMDGPU: Add new amdgcn intrinsics for cube instructions
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 26 Jan 2016 04:29:56 +0000 (04:29 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 26 Jan 2016 04:29:56 +0000 (04:29 +0000)
commit2aa06ab7ea4a7e0ef1fb622273cadfb21be6c53e
tree1fff06290601622feff0f212b0aa70dea6dfad0d
parentc024d32472269aab44bb6b553b7cb63d92bf849b
AMDGPU: Add new amdgcn intrinsics for cube instructions

More cleanup to try to get all intrinsics using the correct
amdgcn prefix that are as close to the instruction as possible.

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