]> granicus.if.org Git - llvm/commit
[AMDGPU] gfx1010 core wave32 changes
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Thu, 20 Jun 2019 15:08:34 +0000 (15:08 +0000)
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Thu, 20 Jun 2019 15:08:34 +0000 (15:08 +0000)
commitc18c17dc527e02e13d1c6d9e2a5f15edd322ba22
tree4b95830c1f190e71d977f8e9b028eb63c7b96b6d
parent41f9733d3d3e5edf7a1053604772e2c4ca0a6e4b
[AMDGPU] gfx1010 core wave32 changes

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363934 91177308-0d34-0410-b5e6-96231b3b80d8
32 files changed:
lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUInstrInfo.td
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
lib/Target/AMDGPU/SIInstrInfo.h
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/SIRegisterInfo.td
lib/Target/AMDGPU/VOP2Instructions.td
lib/Target/AMDGPU/VOP3Instructions.td
lib/Target/AMDGPU/VOPCInstructions.td
test/CodeGen/AMDGPU/add3.ll
test/CodeGen/AMDGPU/add_i1.ll
test/CodeGen/AMDGPU/add_shl.ll
test/CodeGen/AMDGPU/and_or.ll
test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props-v3.ll
test/CodeGen/AMDGPU/huge-private-buffer.ll
test/CodeGen/AMDGPU/insert-skip-from-vcc.mir
test/CodeGen/AMDGPU/large-work-group-promote-alloca.ll
test/CodeGen/AMDGPU/mubuf-legalize-operands.mir
test/CodeGen/AMDGPU/or3.ll
test/CodeGen/AMDGPU/regbank-reassign.mir
test/CodeGen/AMDGPU/shl_add.ll
test/CodeGen/AMDGPU/shl_or.ll
test/CodeGen/AMDGPU/smrd.ll
test/CodeGen/AMDGPU/sub_i1.ll
test/CodeGen/AMDGPU/wave32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/xor3.ll
test/CodeGen/AMDGPU/xor_add.ll
test/MC/AMDGPU/gfx10-constant-bus.s
test/MC/AMDGPU/wave32.s [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
test/MC/Disassembler/AMDGPU/wave32.txt [new file with mode: 0644]