[AMDGPU] gfx1010 dpp16 and dpp8
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Wed, 12 Jun 2019 18:02:41 +0000 (18:02 +0000)
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Wed, 12 Jun 2019 18:02:41 +0000 (18:02 +0000)
commit57160edc26e80f97a99ec90bc80de81a820a1ea2
treed9ea3e4801651fe7c7e7192a2a1d6bfa5d28a6cf
parent7a1388e6efb933d2da80a4c2f72e9bbc4e197077
[AMDGPU] gfx1010 dpp16 and dpp8

Differential Revision: https://reviews.llvm.org/D63203

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363186 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
lib/Target/AMDGPU/SIDefines.h
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/VOP1Instructions.td
lib/Target/AMDGPU/VOP2Instructions.td
lib/Target/AMDGPU/VOPInstructions.td
test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll
test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll
test/MC/AMDGPU/dpp-err.s [new file with mode: 0644]