[PATCH] D139817: [AMDGPU] Legalize soffset of buffer instruction

krishna chaitanya sankisa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 01:15:48 PST 2022


skc7 created this revision.
skc7 added reviewers: alex-t, foad, arsenm, bcahoon.
Herald added subscribers: kosarev, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
skc7 requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Legalize soffset of buffer instructions. If vgpr is assigned to soffset, use readlaneVGPRToSGPR to copy value from vgpr to sgpr.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139817

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/test/CodeGen/AMDGPU/legalize-soffset-mbuf.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139817.482021.patch
Type: text/x-patch
Size: 17394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221212/32d9e66a/attachment.bin>


More information about the llvm-commits mailing list