[PATCH] D81224: [AMDGPU] Fix failure in VCC spilling

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 00:30:39 PDT 2020


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

Spills of VCC (SGPR64) will fail with new SGPR spill code,
because super register is not correctly resolved.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81224

Files:
  llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
  llvm/test/CodeGen/AMDGPU/spill-special-sgpr.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81224.268673.patch
Type: text/x-patch
Size: 5701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/7559bb4f/attachment.bin>


More information about the llvm-commits mailing list