[clang] [flang] [mlir] [flang][flang-driver][mlir][OpenMP] atomic control support (PR #143441)
Sergio Afonso via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 1 04:27:31 PDT 2025
================
@@ -58,6 +58,14 @@ 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.
----------------
skatrak wrote:
Nit: All other getters/setters here are documented individually using doxygen-formatted comments. I'd suggest doing the same, even if a chunk of the description is going to repeat across multiple functions.
https://github.com/llvm/llvm-project/pull/143441
More information about the cfe-commits
mailing list