[PATCH] D76884: [AMDGPU] Implement -amdgpu-spill-cfi-saved-regs

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 12:29:38 PDT 2020


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

These spills need special CFI anyway, so implementing them directly
where CFI is emitted avoids the need to invent a mechanism to track them
from ISel.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76884

Files:
  llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
  llvm/lib/Target/AMDGPU/SIFrameLowering.h
  llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
  llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
  llvm/lib/Target/AMDGPU/SIRegisterInfo.h
  llvm/test/CodeGen/AMDGPU/amdgpu-spill-cfi-saved-regs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76884.252947.patch
Type: text/x-patch
Size: 13037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/60c7f3ad/attachment.bin>


More information about the llvm-commits mailing list