[PATCH] D109616: [AMDGPU][MC][GFX7][GFX10] Corrected image_atomic_fcmpswap

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 10:45:43 PDT 2021


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

image_atomic_fcmpswap shall be identical to image_atomic_cmpswap (except that the former also handles NaN/INF/denorm).

Fixes bug 51725 <https://bugs.llvm.org/show_bug.cgi?id=51725>.


https://reviews.llvm.org/D109616

Files:
  llvm/lib/Target/AMDGPU/MIMGInstructions.td
  llvm/test/MC/AMDGPU/gfx10_asm_mimg.s
  llvm/test/MC/AMDGPU/gfx7_asm_mimg.s
  llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109616.371959.patch
Type: text/x-patch
Size: 21071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210910/14d12f4d/attachment.bin>


More information about the llvm-commits mailing list