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

Venkata Ramanaiah Nalamothu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 02:24:11 PST 2021


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

Rebase onto LLVM trunk and couple of bug fixes where we need to save FP due to CFI register spills but did not save it.


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
  llvm/test/CodeGen/AMDGPU/debug-frame.ll
  llvm/test/CodeGen/AMDGPU/pei-cfi-saves-bug.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76884.323274.patch
Type: text/x-patch
Size: 45027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210212/ff02839a/attachment.bin>


More information about the llvm-commits mailing list