[PATCH] D25428: AMDGPU add support for spilling to a user sgpr pointed buffers

Dave Airlie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 21:48:43 PST 2017


airlied updated this revision to Diff 85531.
airlied added a comment.

fixed a regression in the when to emit spill setup path, should have just added isMesaGfx option not removed the other one.


https://reviews.llvm.org/D25428

Files:
  include/llvm/IR/IntrinsicsAMDGPU.td
  lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  lib/Target/AMDGPU/AMDGPUSubtarget.h
  lib/Target/AMDGPU/R600ISelLowering.cpp
  lib/Target/AMDGPU/SIFrameLowering.cpp
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  lib/Target/AMDGPU/SIMachineFunctionInfo.h
  lib/Target/AMDGPU/SIRegisterInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25428.85531.patch
Type: text/x-patch
Size: 16014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170124/4a4c4b0e/attachment.bin>


More information about the llvm-commits mailing list