[all-commits] [llvm/llvm-project] e4334a: [flang] Add support of THIS_IMAGE and NUM_IMAGES w...
Jean-Didier PAILLEUX via All-commits
all-commits at lists.llvm.org
Tue Aug 19 23:12:05 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4334afca022d39d09cf11237251b84c7e1938cb
https://github.com/llvm/llvm-project/commit/e4334afca022d39d09cf11237251b84c7e1938cb
Author: Jean-Didier PAILLEUX <jean-didier.pailleux at sipearl.com>
Date: 2025-08-20 (Wed, 20 Aug 2025)
Changed paths:
M flang/include/flang/Optimizer/Builder/IntrinsicCall.h
M flang/include/flang/Optimizer/Builder/Runtime/Coarray.h
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/Builder/Runtime/Coarray.cpp
A flang/test/Lower/Coarray/num_images.f90
A flang/test/Lower/Coarray/this_image.f90
Log Message:
-----------
[flang] Add support of THIS_IMAGE and NUM_IMAGES with PRIF (#154081)
In relation to the approval and merge of the
https://github.com/llvm/llvm-project/pull/76088 specification about
multi-image features in Flang.
Here is a PR on adding support for `THIS_IMAGE` and `NUM_IMAGES` in
conformance with the PRIF specification.
For `THIS_IMAGE`, the lowering to the subroutine containing the coarray
argument is not present in this PR, and will be in a future one.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list