[PATCH] D97829: [AMDGPU] Rename llvm.amdgcn.msaa.load to llvm.amdgcn.msaa.load.x

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 20:33:32 PST 2021


critson created this revision.
critson added reviewers: rampitec, foad.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
critson requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

While the underlying instruction is called image_msaa_load,
the resource must be x component only.
Rename the intrinsic for clarity.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97829

Files:
  llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  llvm/lib/Target/AMDGPU/MIMGInstructions.td
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.msaa.load.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.msaa.load.x.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97829.327660.patch
Type: text/x-patch
Size: 19815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210303/ff95b01a/attachment-0001.bin>


More information about the llvm-commits mailing list