Skip to content

Commit 01d29e4

Browse files
JDPailleuxbonachea
andcommitted
[flang][Lower] Add Lowering for CO_{BROADCAST, MAX, MIN, SUM} to PRIF (llvm#154770)
In relation to the approval and merge of the llvm#76088 specification about multi-image features in Flang. Here is a PR on adding support of the collectives CO_BROADCAST, CO_SUM, CO_MIN and CO_MAX in conformance with the PRIF specification. --------- Co-authored-by: Dan Bonachea <[email protected]>
1 parent ba315c9 commit 01d29e4

File tree

1 file changed

+1
-0
lines changed
  • flang/include/flang/Optimizer/Builder/Runtime

1 file changed

+1
-0
lines changed

flang/include/flang/Optimizer/Builder/Runtime/Coarray.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,6 @@ void genSyncMemoryStatement(fir::FirOpBuilder &builder, mlir::Location loc,
8181
void genSyncImagesStatement(fir::FirOpBuilder &builder, mlir::Location loc,
8282
mlir::Value imageSet, mlir::Value stat,
8383
mlir::Value errmsg);
84+
8485
} // namespace fir::runtime
8586
#endif // FORTRAN_OPTIMIZER_BUILDER_RUNTIME_COARRAY_H

0 commit comments

Comments
 (0)