[PATCH] D98085: [AMDGPU] Always expand system scope fp atomics on gfx90a

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 15:34:02 PST 2021


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

FP atomics in system scope cannot be used and shall always
be expanded in a CAS loop.


https://reviews.llvm.org/D98085

Files:
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/test/CodeGen/AMDGPU/fp64-atomics-gfx90a.ll
  llvm/test/CodeGen/AMDGPU/global-atomics-fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98085.328669.patch
Type: text/x-patch
Size: 28319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210305/14ac1e2d/attachment-0001.bin>


More information about the llvm-commits mailing list