[all-commits] [llvm/llvm-project] 0195d1: [flang] Add co_min and co_max to the list of intri...
Katherine Rasmussen via All-commits
all-commits at lists.llvm.org
Tue Sep 27 16:15:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0195d13232205d30041d164f803d7b03adc9eff8
https://github.com/llvm/llvm-project/commit/0195d13232205d30041d164f803d7b03adc9eff8
Author: Katherine Rasmussen <krasmussen at lbl.gov>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M flang/lib/Evaluate/intrinsics.cpp
M flang/test/Semantics/collectives02.f90
M flang/test/Semantics/collectives03.f90
Log Message:
-----------
[flang] Add co_min and co_max to the list of intrinsics
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.
Reviewed By: klausler
Differential Revision: https://reviews.llvm.org/D133526
More information about the All-commits
mailing list