[flang] Add co_broadcast to the list of intrinsics
authorKatherine Rasmussen <krasmussen@lbl.gov>
Thu, 25 Aug 2022 21:33:59 +0000 (14:33 -0700)
committerKatherine Rasmussen <krasmussen@lbl.gov>
Wed, 28 Sep 2022 16:29:11 +0000 (09:29 -0700)
commitbc2a85f16c5825ebbfe8a07d5159fcb028f2e5d5
treeb15c0c441b80b7c1a4fabd7d09491beeb67b22ab
parentbd0ca421359725310b4a7a60fd489d3dfd3be3c9
[flang] Add co_broadcast to the list of intrinsics

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.

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D134786
flang/docs/Intrinsics.md
flang/lib/Evaluate/intrinsics.cpp
flang/test/Semantics/collectives04.f90