[flang-commits] [PATCH] D114134: [flang] Add co_sum to the list of intrinsics and update test

Katherine Rasmussen via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Jul 12 10:03:31 PDT 2022


ktras updated this revision to Diff 443995.
ktras added a comment.

Move check for coindexed objects for certain arguments in `co_sum` and `move_alloc` to a new function `CheckForCoindexedObjects`, which is called from `ApplySpecificChecks` for the specific cases of `co_sum` and `move_alloc`. Add some calls to the semantics tests to better check this implementation.


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.443995.patch
Type: text/x-patch
Size: 8959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220712/69fa36b4/attachment-0001.bin>


More information about the flang-commits mailing list