[flang-commits] [PATCH] D133526: [flang] Add co_min and co_max to the list of intrinsics

Katherine Rasmussen via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Sep 8 14:08:25 PDT 2022


ktras created this revision.
ktras added reviewers: klausler, jeanPerier, PeteSteinfeld, rouson, hussainjk, pmccormick.
ktras added projects: Flang, LLVM.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
ktras requested review of this revision.

Add the collective subroutines, `co_min` and `co_max`, to the list
of intrinsic subroutines. Add those two subroutines to the check
for coindexed objects for the first, third, and fourth dummy
arguments. Update the `co_min` and `co_max` semantics tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133526

Files:
  flang/lib/Evaluate/intrinsics.cpp
  flang/test/Semantics/collectives02.f90
  flang/test/Semantics/collectives03.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133526.458858.patch
Type: text/x-patch
Size: 15949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220908/25303681/attachment-0001.bin>


More information about the flang-commits mailing list