OSDN Git Service

AMDGPU: GFX9 GS and HS shaders always have the scratch wave offset in SGPR5
authorMarek Olsak <marek.olsak@amd.com>
Thu, 4 May 2017 22:25:20 +0000 (22:25 +0000)
committerMarek Olsak <marek.olsak@amd.com>
Thu, 4 May 2017 22:25:20 +0000 (22:25 +0000)
commit24aaeeb480bf8d17697922f4e4b7648f26e80bae
tree8f57dd28503c0f632631c07d16466fdd04dce6de
parent7d7f10bcdd4eeade10d64fee424260318f624127
AMDGPU: GFX9 GS and HS shaders always have the scratch wave offset in SGPR5

Reviewers: arsenm, nhaehnle

Subscribers: kzhuravl, wdng, yaxunl, dstuttard, tpr, t-tye, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302200 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIFrameLowering.cpp
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
test/CodeGen/AMDGPU/local-stack-slot-bug.ll [deleted file]
test/CodeGen/AMDGPU/scratch-simple.ll [new file with mode: 0644]