[PATCH] D83142: [flang] Make 'num_images()' intrinsic

Steve Scalpone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 3 12:31:56 PDT 2020


sscalpone accepted this revision.
sscalpone added a comment.
This revision is now accepted and ready to land.

Please remove num_images from the list of unimplemented intrinsics in flang/documentation/Intrinsics.md.

Looks good.  Thanks!



================
Comment at: flang/test/Semantics/call10.f90:189
+
+    ! num_images() is now evaluted as an intrinsic function
+    ! no longer produces an error because
----------------
I don't think you need a comment  because you noted the reason in the commit message.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83142/new/

https://reviews.llvm.org/D83142





More information about the llvm-commits mailing list