From 0b8d9b0652e8f9f617e01178f00a4539e799fc7c Mon Sep 17 00:00:00 2001 From: Tom Eccles Date: Thu, 8 May 2025 13:17:43 +0000 Subject: [PATCH] [flang][docs][OpenMP] array sections with DEPEND are supported 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 --- flang/docs/OpenMPSupport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | |