[llvm] [NVPTX] Add Volta Atomic SequentiallyConsistent Load and Store Operations (PR #98551)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 10:08:34 PDT 2024


================
@@ -867,11 +1553,15 @@ define void @local_monotonic(ptr addrspace(5) %a, ptr addrspace(5) %b, ptr addrs
   ; CHECK: st.local.f64 [%rd{{[0-9]+}}], %fd{{[0-9]+}}
   store atomic double %f.add, ptr addrspace(5) %e monotonic, align 8
 
+  ; TODO: LLVM IR Verifier does not support atomics on vector types.
----------------
gonzalobg wrote:

Have redone the comments throughout to be clearer.

https://github.com/llvm/llvm-project/pull/98551


More information about the llvm-commits mailing list