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

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Tue Apr 28 08:15:56 PDT 2026


================
@@ -47,11 +47,11 @@ 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 has better support for do concurrent parallelization on the CPU
----------------
mjklemm wrote:

```suggestion
As of LLVM 22, Flang has better support for `do concurrent` constructs on the CPU
```

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


More information about the flang-commits mailing list