[PATCH] D127198: [AMDGPU][MC][GFX1013] Enable image_msaa_load

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 04:09:32 PDT 2022


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

Fixes this bug <https://github.com/llvm/llvm-project/issues/55895>.
This change also adds tests for GFX10 RDNA1 subtargets to make sure all required opcodes are supported.
The tests are very lightweight (one test per opcode) and run ~25 times faster than existing GFX10 tests.


https://reviews.llvm.org/D127198

Files:
  llvm/lib/Target/AMDGPU/MIMGInstructions.td
  llvm/test/MC/AMDGPU/gfx1011_supported.s
  llvm/test/MC/AMDGPU/gfx1013_supported.s
  llvm/test/MC/AMDGPU/gfx10_supported.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127198.434765.patch
Type: text/x-patch
Size: 185786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220607/3dad0b6f/attachment-0001.bin>


More information about the llvm-commits mailing list