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

This has nothing to do with the target, this is language semantics. What the 
target natively supports is an incomprehensibly complicated question, and is a 
legalization issue. We could annotate some operations with this in infer 
address spaces, but there's only a few cases where it's probably useful there 

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