[flang-commits] [flang] [FLANG] [DOCS] Update current status details of DO CONCURRENT support (PR #194582)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Mon May 4 07:16:05 PDT 2026


================
@@ -47,11 +47,17 @@ See `-fopenmp-targets` and `--offload-arch` for more info.
 
 ## Current status
 
-Under the hood, `do concurrent` mapping is implemented in the
-`DoConcurrentConversionPass`. This is still an experimental pass which means
-that:
-* It has been tested in a very limited way so far.
-* It has been tested mostly on simple synthetic inputs.
+As of LLVM 22, flang adds more extensive support for parallelizing do concurrent loops
----------------
tarunprabhu wrote:

For consistency with formatting the formatting of this elsewhere in the document

```suggestion
As of LLVM 22, flang adds more extensive support for parallelizing `do concurrent` loops
```

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


More information about the flang-commits mailing list