[flang-commits] [flang] [flang][OpenMP] Add implicit casts for omp.atomic.capture (PR #138163)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Thu May 8 23:46:11 PDT 2025


================
@@ -16,9 +16,7 @@ local:
 
 This document outlines the OpenMP API features supported by Flang. It is intended as a general reference.
 For the most accurate information on unimplemented features, rely on the compiler’s TODO or “Not Yet Implemented”
-messages, which are considered authoritative.  With the exception of a few corner cases, Flang
-offers full support for OpenMP 3.1 ([See details here](#openmp-31-openmp-25-openmp-11)).
-Partial support for OpenMP 4.0 is also available and currently under active development.
+messages, which are considered authoritative. Partial support for OpenMP 4.0 is also available and currently under active development.
----------------
kiranchandramohan wrote:

```suggestion
messages, which are considered authoritative. Partial support for OpenMP 4.0 is available and currently under active development.
```

https://github.com/llvm/llvm-project/pull/138163


More information about the flang-commits mailing list