This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add co_min and co_max to the list of intrinsics
ClosedPublic

Authored by ktras on Sep 8 2022, 2:08 PM.

Details

Summary

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.

Diff Detail

Event Timeline

ktras created this revision.Sep 8 2022, 2:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 8 2022, 2:08 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
ktras requested review of this revision.Sep 8 2022, 2:08 PM
klausler accepted this revision.Sep 27 2022, 1:23 PM
This revision is now accepted and ready to land.Sep 27 2022, 1:23 PM
This revision was automatically updated to reflect the committed changes.