[flang-commits] [flang] [flang][OpenMP]Add parsing and semantics support for ATOMIC COMPARE (PR #117032)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Sun Nov 24 23:37:06 PST 2024
================
@@ -4126,6 +4126,15 @@ struct OmpAtomicCapture {
t;
};
+// ATOMCI COMPARE (OpenMP 5.1, Spec: 15.8.4)
----------------
kiranchandramohan wrote:
```suggestion
// ATOMIC COMPARE (OpenMP 5.1, Spec: 15.8.4)
```
https://github.com/llvm/llvm-project/pull/117032
More information about the flang-commits
mailing list