[PATCH] D91307: [AMDGPU] Remove dead stack objects

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 16:15:04 PST 2020


rampitec created this revision.
rampitec added a reviewer: arsenm.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, qcolombet.
Herald added a project: LLVM.
rampitec requested review of this revision.
Herald added a subscriber: wdng.

We did not remove unused stack objects which may leave us
with unused scratch allocation.


https://reviews.llvm.org/D91307

Files:
  llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
  llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
  llvm/test/CodeGen/AMDGPU/dead-stack-objects.mir
  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-vgpr-spill.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91307.304676.patch
Type: text/x-patch
Size: 23081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201112/a1d906d7/attachment-0001.bin>


More information about the llvm-commits mailing list