[PATCH] D82996: AMDGPU: Set more mov flags on V_ACCVGPR_{READ|WRITE}_B32

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 14:36:39 PDT 2020


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

This fixes extra copies when materializing constants in AGPRs. This
made it a lot harder to trigger the spilling in spill-agpr.ll


https://reviews.llvm.org/D82996

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/lib/Target/AMDGPU/VOP3PInstructions.td
  llvm/test/CodeGen/AMDGPU/agpr-remat.ll
  llvm/test/CodeGen/AMDGPU/spill-agpr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82996.274919.patch
Type: text/x-patch
Size: 5928 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200701/ce416ae1/attachment-0001.bin>


More information about the llvm-commits mailing list