[all-commits] [llvm/llvm-project] bc2a85: [flang] Add co_broadcast to the list of intrinsics
Katherine Rasmussen via All-commits
all-commits at lists.llvm.org
Wed Sep 28 09:31:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc2a85f16c5825ebbfe8a07d5159fcb028f2e5d5
https://github.com/llvm/llvm-project/commit/bc2a85f16c5825ebbfe8a07d5159fcb028f2e5d5
Author: Katherine Rasmussen <krasmussen at lbl.gov>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M flang/docs/Intrinsics.md
M flang/lib/Evaluate/intrinsics.cpp
M flang/test/Semantics/collectives04.f90
Log Message:
-----------
[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
More information about the All-commits
mailing list