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)
commit584d2c05d4ba7f0524ec15ca4aea0b3bc3d19159
tree25b9e9f89e3df7eddaaf5ae12d6c876570e65820
parent21d8d317d6e2270a37e3f516531971a2853dbd29
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

llvm-svn: 302200
llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
llvm/test/CodeGen/AMDGPU/local-stack-slot-bug.ll [deleted file]
llvm/test/CodeGen/AMDGPU/scratch-simple.ll [new file with mode: 0644]