This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add co_broadcast to the list of intrinsics
ClosedPublic

Authored by ktras on Sep 27 2022, 8:53 PM.

Details

Summary

Add the collective subroutine, co_broadcast, to the list
of intrinsic subroutines. Add co_broadcast to the check
for coindexed-objects for the first, third, and fourth dummy
arguments. Update the co_broadcast semantics test.

Diff Detail

Event Timeline

ktras created this revision.Sep 27 2022, 8:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 8:53 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
ktras requested review of this revision.Sep 27 2022, 8:53 PM
jeanPerier accepted this revision.Sep 28 2022, 12:59 AM

Thanks, LGTM

This revision is now accepted and ready to land.Sep 28 2022, 12:59 AM
This revision was automatically updated to reflect the committed changes.