[llvm-branch-commits] [flang] 88dbbe8 - flang ReleaseNotes: Mention experimental multi-image feature
Cullen Rhodes via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jan 22 23:57:40 PST 2026
Author: Dan Bonachea
Date: 2026-01-23T07:56:58Z
New Revision: 88dbbe8e7ec6914de8c5c99241dd96237e62bd77
URL: https://github.com/llvm/llvm-project/commit/88dbbe8e7ec6914de8c5c99241dd96237e62bd77
DIFF: https://github.com/llvm/llvm-project/commit/88dbbe8e7ec6914de8c5c99241dd96237e62bd77.diff
LOG: flang ReleaseNotes: Mention experimental multi-image feature
Added:
Modified:
flang/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md
index 7993678fcbf75..74cdc6eddccad 100644
--- a/flang/docs/ReleaseNotes.md
+++ b/flang/docs/ReleaseNotes.md
@@ -30,6 +30,8 @@ page](https://llvm.org/releases/).
## Major New Features
* Support for LOWER= argument for C_F_POINTER.
+* Experimental support for multi-image program launch, collective subroutines,
+ synchronization, teams, and image enumeration.
## Bug Fixes
@@ -38,6 +40,7 @@ page](https://llvm.org/releases/).
## New Compiler Flags
* -fexperimental-loop-fusion is now recognized by flang.
+* -fcoarray activates experimental multi-image support in flang.
## Windows Support
More information about the llvm-branch-commits
mailing list