[flang-commits] [clang] [flang] [mlir] [flang][flang-driver] atomic control support (PR #143441)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Mon Jun 9 16:19:23 PDT 2025
================
@@ -58,10 +58,24 @@ void setTargetCPU(mlir::ModuleOp mod, llvm::StringRef cpu);
/// Get the target CPU string from the Module or return a null reference.
llvm::StringRef getTargetCPU(mlir::ModuleOp mod);
+// Setters and Getters for atomic control options
----------------
tarunprabhu wrote:
Nit:
```suggestion
// Setters and getters for atomic control options
```
https://github.com/llvm/llvm-project/pull/143441
More information about the flang-commits
mailing list