[flang-commits] [flang] [Flang][Docs][NFC] Move OpenMP API extensions to separate document (PR #186981)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Fri Mar 20 12:54:19 PDT 2026


================
@@ -48,7 +48,7 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
 | distribute parallel loop simd construct                    | P      | Implicit linearization is skipped if iv is a pointer or allocatable |
 | depend clause                                              | Y      | |
 | declare reduction construct                                | N      | |
-| atomic construct extensions                                | Y      | |
+| atomic construct extensions                                | Y      | Code generation for ATOMIC UPDATE COMPARE is not implemented yet. |
----------------
kparzysz wrote:

Code generation for `ATOMIC UPDATE COMPARE` is not an extension, so it's not within the scope of this document.  I'd ignore this suggestion.

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


More information about the flang-commits mailing list