[PATCH] D100295: [AMDGPU] Kill temporary register after restoring
Sebastian Neubauer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 12 03:35:46 PDT 2021
sebastian-ne created this revision.
sebastian-ne added reviewers: arsenm, hliao.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, qcolombet.
sebastian-ne requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
Not a correctness issue, but the temporary register is not used
afterwards and should be dead.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100295
Files:
llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
llvm/test/CodeGen/AMDGPU/frame-setup-without-sgpr-to-vgpr-spills.ll
llvm/test/CodeGen/AMDGPU/sgpr-spill.mir
llvm/test/CodeGen/AMDGPU/spill-special-sgpr.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100295.336794.patch
Type: text/x-patch
Size: 145019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210412/66013fbd/attachment-0001.bin>
More information about the llvm-commits
mailing list