This is an archive of the discontinued LLVM Phabricator instance.

[flang] Make 'this_image()' an intrinsic function
ClosedPublic

Authored by craig.rasmussen on Aug 13 2021, 4:00 PM.

Details

Summary

Added 'this_image()' to the list of functions that are evaluated as intrinsic.
Added IsCoarray functions to determine if an expression is a coarray (corank > 1).

Diff Detail

Event Timeline

craig.rasmussen requested review of this revision.Aug 13 2021, 4:00 PM
craig.rasmussen created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 13 2021, 4:00 PM
klausler accepted this revision.Sep 8 2021, 9:36 AM
This revision is now accepted and ready to land.Sep 8 2021, 9:36 AM
This revision was landed with ongoing or failed builds.Sep 14 2021, 4:41 PM
This revision was automatically updated to reflect the committed changes.
MehdiChinoune added a project: Restricted Project.Sep 15 2021, 11:46 AM
MehdiChinoune added a subscriber: flang-commits.