[PATCH] D102066: [AMDGPU] Fix codegen of image intrinsics for g16 and a16

David Stuttard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 05:25:42 PDT 2021


dstuttard updated this revision to Diff 344371.
dstuttard marked 3 inline comments as done.
dstuttard added a comment.

Addressed review comments
Added support for global-isel. Note: global-isel produces less optimal code
presently. Will require some additional work to add extra combines

Note: this requires D102231 <https://reviews.llvm.org/D102231>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102066/new/

https://reviews.llvm.org/D102066

Files:
  llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/lib/Target/AMDGPU/MIMGInstructions.td
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.a16.dim.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.g16.a16.dim.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102066.344371.patch
Type: text/x-patch
Size: 75669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/41bc35eb/attachment.bin>


More information about the llvm-commits mailing list