[flang-commits] [clang] [flang] [mlir] [flang][flang-driver] atomic control support (PR #143441)
Anchu Rajendran S via flang-commits
flang-commits at lists.llvm.org
Wed Jun 11 14:52:09 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
----------------
anchuraj wrote:
Updated
https://github.com/llvm/llvm-project/pull/143441
More information about the flang-commits
mailing list