[PATCH] D80783: [AMDGPU] Remove assertion on S1024 SGPR to VGPR spill

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 03:13:30 PDT 2020


critson created this revision.
critson added reviewers: arsenm, sameerds, rampitec.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl, qcolombet.
Herald added a project: LLVM.

Replace an assertion that blocks S1024 SGPR to VGPR spill.
The assertion pre-dates S1024 and is not wave size dependent.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80783

Files:
  llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  llvm/test/CodeGen/AMDGPU/spill-wide-sgpr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80783.267155.patch
Type: text/x-patch
Size: 10376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200529/14196d30/attachment-0001.bin>


More information about the llvm-commits mailing list