AMDGPU: Add s_dcache_* instructions
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 24 Sep 2015 19:52:27 +0000 (19:52 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 24 Sep 2015 19:52:27 +0000 (19:52 +0000)
commitd0edb1f758970506b44883154088bc83f8d1da35
tree63a05fc998d7166fbd549d322cd39a9cdac04e67
parent1348e9d04d0b29a511efedaa0016a17c86c7bcf7
AMDGPU: Add s_dcache_* instructions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248533 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/CIInstructions.td
lib/Target/AMDGPU/SIInsertWaits.cpp
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/VIInstructions.td
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.inv.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.inv.vol.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.wb.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.wb.vol.ll [new file with mode: 0644]
test/MC/AMDGPU/smem.s [new file with mode: 0644]
test/MC/AMDGPU/smrd.s