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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
