OSDN Git Service

AMDGPU/SI: Add llvm.amdgcn.mov.dpp intrinsic
authorTom Stellard <thomas.stellard@amd.com>
Sat, 13 Feb 2016 02:09:49 +0000 (02:09 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Sat, 13 Feb 2016 02:09:49 +0000 (02:09 +0000)
commit224ee47ca1100b2671304c08578007314e0e2567
tree3d48e782e0675e8781d527e7f8a77385b5b7693a
parent11adcc4de0797c83e61ae0240927f0bafcf041a9
AMDGPU/SI: Add llvm.amdgcn.mov.dpp intrinsic

This intrinsic will be used to expose dpp functionality to higher-level
languages. It will map to the dpp version of v_mov_b32.

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