[PATCH] D95783: [AMDGPU] Mark epilog restores as frame-destroy

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 07:06:11 PST 2021


sebastian-ne created this revision.
sebastian-ne added reviewers: arsenm, kerbowa.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
sebastian-ne requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

I guess instructions were marked as frame-setup by accident, they are
restores as part of the epilog.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95783

Files:
  llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
  llvm/test/CodeGen/AMDGPU/fix-frame-ptr-reg-copy-livein.ll
  llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-carry-out.mir
  llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-gfx9.mir
  llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95783.320457.patch
Type: text/x-patch
Size: 12826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210201/5586fdd0/attachment.bin>


More information about the llvm-commits mailing list