[Mlir-commits] [clang] [flang] [mlir] [flang][flang-driver][mlir][OpenMP] atomic control support (PR #143441)

Sergio Afonso llvmlistbot at llvm.org
Tue Jul 1 04:27:31 PDT 2025


================
@@ -53,6 +53,11 @@ class TargetOptions {
 
   /// Print verbose assembly
   bool asmVerbose = false;
+
+  /// Atomic control options for AMD gpu
----------------
skatrak wrote:

```suggestion
  /// Atomic control options
```

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


More information about the Mlir-commits mailing list