[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:24 PDT 2025
================
@@ -54,6 +54,20 @@ def FlagsAttr : OpenMP_Attr<"Flags", "flags"> {
let assemblyFormat = "`<` struct(params) `>`";
}
+//===----------------------------------------------------------------------===//
+// AtomicControlAttr
+//===----------------------------------------------------------------------===//
+
+// Runtime library flags attribute that holds information for lowering to LLVM.
----------------
tarunprabhu wrote:
I don't understand what this comment is saying. Could this be made a bit clearer?
https://github.com/llvm/llvm-project/pull/143441
More information about the flang-commits
mailing list