[PATCH] D17592: AMDGPU/SI: Add support for spiling SGPRs to scratch buffer

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 18:43:01 PST 2016


tstellarAMD created this revision.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.

This is necessary for when we run out of VGPRs and can no
longer use v_{read,write}_lane for spilling SGPRs.

http://reviews.llvm.org/D17592

Files:
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIInstructions.td
  lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  lib/Target/AMDGPU/SIMachineFunctionInfo.h
  lib/Target/AMDGPU/SIRegisterInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17592.49003.patch
Type: text/x-patch
Size: 9906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160225/639847d7/attachment.bin>


More information about the llvm-commits mailing list