[PATCH] D72187: AMDGPU: Prepare to use scalar register indexing

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 15:19:21 PST 2020


arsenm created this revision.
arsenm added reviewers: rampitec, nhaehnle.
Herald added subscribers: arphaman, hiraditya, t-tye, tpr, dstuttard, yaxunl, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.
arsenm added a parent revision: D72185: AMDGPU: Partially merge indirect register write handling.

Define pseudos mirroring the the VGPR indexing ones, and adjust the
operands in the s_movrel* instructions to avoid the result def.


https://reviews.llvm.org/D72187

Files:
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/lib/Target/AMDGPU/SOPInstructions.td
  llvm/lib/Target/AMDGPU/VOP1Instructions.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72187.236139.patch
Type: text/x-patch
Size: 6587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200103/ec6c73bf/attachment.bin>


More information about the llvm-commits mailing list