[PATCH] D85846: AMDGPU/GlobalISel: Handle AGPRs used for SGPR operands.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 09:50:35 PDT 2020


arsenm created this revision.
arsenm added reviewers: rampitec, kerbowa, foad, mbrkusanin, Petar.Avramovic.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, rovka, yaxunl, nhaehnle, jvesely, kzhuravl.
Herald added a project: LLVM.
arsenm requested review of this revision.
Herald added a subscriber: wdng.

We would still need to waterfall if the value were somehow an AGPR,
and also need to explicitly copy to a VGPR.


https://reviews.llvm.org/D85846

Files:
  llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.readlane.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-waterfall-agpr.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85846.285125.patch
Type: text/x-patch
Size: 15643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200812/dc1c5c53/attachment.bin>


More information about the llvm-commits mailing list