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

Venkata Ramanaiah Nalamothu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 04:25:28 PDT 2020


RamNalamothu updated this revision to Diff 290938.
RamNalamothu added a comment.

Rebase onto LLVM master. Tidy up code little bit and couple of fixes.
And also, handle cases where no free VGPR is available to spill into and we have to spill into memeory.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76884/new/

https://reviews.llvm.org/D76884

Files:
  llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
  llvm/lib/Target/AMDGPU/SIFrameLowering.h
  llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  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.290938.patch
Type: text/x-patch
Size: 38755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200910/ded9f96e/attachment.bin>


More information about the llvm-commits mailing list