[PATCH] D83019: =AMDGPU: Fix liveness errors when copying AGPR tuples

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 19:26:53 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.
Herald added a project: LLVM.

Avoid recursively calling copyPhysReg for AGPR handling. This was
dropping the necessary super register implicit defs to avoid liveness
verifier errors.


https://reviews.llvm.org/D83019

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/test/CodeGen/AMDGPU/accvgpr-copy.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83019.274987.patch
Type: text/x-patch
Size: 14244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200702/ed9a57e3/attachment.bin>


More information about the llvm-commits mailing list