[PATCH] D157437: AMDGPU: Expand remaining system atomic operations

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 16:58:37 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIISelLowering.cpp:14166
+  case AtomicRMWInst::Add:
+    // PCIe supports add and xchg for system atomics.
+    break;
----------------
rampitec wrote:
> It does not support it for system scope atomics, it just supports it.
so what's the distinction? It's there but useless ?


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

https://reviews.llvm.org/D157437



More information about the llvm-commits mailing list