[flang-commits] [flang] [Flang][Docs][NFC] Move OpenMP API extensions to separate document (PR #186981)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Tue Mar 24 08:59:04 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. |
----------------
tblah wrote:
OpenMPSupport.md is for documenting feature support not extensions. However, this table is for OpenMP 4.0 support (as that is the oldest standard we do not fully support) and so I don't think `ATOMIC UPDATE COMPARE` is relevant here. Maybe we need to update the note to say which standard added that?
https://github.com/llvm/llvm-project/pull/186981
More information about the flang-commits
mailing list