[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:38 PDT 2024
================
@@ -990,5 +1684,10 @@ define void @local_unordered_volatile(ptr addrspace(5) %a, ptr addrspace(5) %b,
; CHECK: st.local.f64 [%rd{{[0-9]+}}], %fd{{[0-9]+}}
store atomic volatile double %f.add, ptr addrspace(5) %e unordered, align 8
+ ; TODO: LLVM IR Verifier does not support atomics on vector types.
+
ret void
}
+
+; TODO: missing .const statespace tests
----------------
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