================
@@ -647,6 +647,14 @@ class LangOptions : public LangOptionsBase {
     return ConvergentFunctions;
   }
 
+  /// Return true if atomicrmw operations targeting allocations in private
----------------
shiltian wrote:

Do we want to have a check in target machine to tell if atomic operation on 
specific address space is legal? I'm thinking of adding atomic support in 
`AAAddressSpace`, and could drop the address space if an atomic operation in an 
inferred address space is not legal.

https://github.com/llvm/llvm-project/pull/102462
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to