[all-commits] [llvm/llvm-project] 473d78: [flang] Add team_type to num_images intrinsic call
Katherine Rasmussen via All-commits
all-commits at lists.llvm.org
Tue Jun 14 11:29:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 473d780692ee06683cdd82999bf31fcbea065061
https://github.com/llvm/llvm-project/commit/473d780692ee06683cdd82999bf31fcbea065061
Author: Katherine Rasmussen <ktrasmussn at gmail.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M flang/lib/Evaluate/intrinsics.cpp
M flang/test/Semantics/num_images01.f90
M flang/test/Semantics/num_images02.f90
Log Message:
-----------
[flang] Add team_type to num_images intrinsic call
num_images had previously been added to the list of intrinsics
before the type team_type had been implemented. Now that team_type
is implemented, add the num_images call that has the team argument.
Update the semantics tests for num_images.
Reviewed By: craig.rasmussen
Differential Revision: https://reviews.llvm.org/D126734
More information about the All-commits
mailing list