[PATCH] D114134: [flang] Add co_sum to the list of intrinsics and update test
Katherine Rasmussen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 16:30:04 PDT 2022
ktras updated this revision to Diff 455420.
ktras edited the summary of this revision.
ktras added a comment.
Updated the new function `CheckForCoindexedObjects` (and renamed it `CheckForCoindexedObject`) to take one `ActualArgument` and to check just that argument for a coindexed object. This fixes the non-deterministic test failure I was finding with my previous implementation, plus it also is a better function for when I add the atomic subroutines and use it to check only one of their arguments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114134/new/
https://reviews.llvm.org/D114134
Files:
flang/lib/Evaluate/intrinsics.cpp
flang/test/Semantics/collectives01.f90
flang/test/Semantics/move_alloc.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114134.455420.patch
Type: text/x-patch
Size: 12433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220824/b0156654/attachment.bin>
More information about the llvm-commits
mailing list