[PATCH] D134786: [flang] Add co_broadcast to the list of intrinsics

Katherine Rasmussen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 20:53:09 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 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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134786

Files:
  flang/docs/Intrinsics.md
  flang/lib/Evaluate/intrinsics.cpp
  flang/test/Semantics/collectives04.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134786.463411.patch
Type: text/x-patch
Size: 9767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220928/9a47e679/attachment.bin>


More information about the llvm-commits mailing list