[PATCH] D113086: [flang] Add a semantics test for co_reduce
Damian Rouson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 8 17:08:46 PST 2021
rouson added a comment.
@ekieri Thanks for the helpful suggestions. The latest update to the patch includes a check for polymorphic 'A' and a check for matching type parameters for the arguments and result of 'operation'. The latter test has both arguments and the result all not matching a kind-type parameter of 'A'. I will upload one more patch soon with checks for the semantics of 'result_image', 'stat', and 'errmsg'.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113086/new/
https://reviews.llvm.org/D113086
More information about the llvm-commits
mailing list