[flang-commits] [flang] 3ed158f - [flang][docs][OpenMP] array sections with DEPEND are supported (#139081)
via flang-commits
flang-commits at lists.llvm.org
Thu May 8 07:13:08 PDT 2025
Author: Tom Eccles
Date: 2025-05-08T15:13:04+01:00
New Revision: 3ed158fab432fd92b9d3d1386477ae12fa493132
URL: https://github.com/llvm/llvm-project/commit/3ed158fab432fd92b9d3d1386477ae12fa493132
DIFF: https://github.com/llvm/llvm-project/commit/3ed158fab432fd92b9d3d1386477ae12fa493132.diff
LOG: [flang][docs][OpenMP] array sections with DEPEND are supported (#139081)
This was added in
- https://github.com/llvm/llvm-project/pull/132230
- https://github.com/llvm/llvm-project/pull/132994
- https://github.com/llvm/llvm-project/pull/133892
Added:
Modified:
flang/docs/OpenMPSupport.md
Removed:
################################################################################
diff --git a/flang/docs/OpenMPSupport.md b/flang/docs/OpenMPSupport.md
index 28e13d3179bd2..bde0bf724e480 100644
--- a/flang/docs/OpenMPSupport.md
+++ b/flang/docs/OpenMPSupport.md
@@ -48,7 +48,7 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
| distribute simd construct | P | dist_schedule and linear clauses are not supported |
| distribute parallel loop construct | P | dist_schedule clause not supported |
| distribute parallel loop simd construct | P | dist_schedule and linear clauses are not supported |
-| depend clause | P | depend clause with array sections are not supported |
+| depend clause | Y | |
| declare reduction construct | N | |
| atomic construct extensions | Y | |
| cancel construct | Y | |
More information about the flang-commits
mailing list