OSDN Git Service

[AMDGPU] gfx908 agpr spilling
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Thu, 11 Jul 2019 21:54:13 +0000 (21:54 +0000)
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Thu, 11 Jul 2019 21:54:13 +0000 (21:54 +0000)
commitcb57db03360f8247a475e77dc895f7adb573c0b1
treeb175a11b3d24aeb0d84145220cd2ad7760f6b25f
parent52d4c048b389e63c3b5e726b1ca82b02b818b80c
[AMDGPU] gfx908 agpr spilling

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365833 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIFrameLowering.cpp
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/SILowerSGPRSpills.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.h
lib/Target/AMDGPU/SIRegisterInfo.cpp
test/CodeGen/AMDGPU/spill-agpr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll [new file with mode: 0644]