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).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108059
[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.
Diff Detail
Event Timelinecraig.rasmussen created this revision. 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 Closed by commit rG81f8ad176966: [flang] Make 'this_image()' an intrinsic function (authored by Craig Rasmussen <erasmus@kierkegaard.local>). · Explain Why This revision was automatically updated to reflect the committed changes. mehdi_amini added a reverting change: rG0dc461441eed: Revert "[flang] Make 'this_image()' an intrinsic function".Sep 14 2021, 8:30 PM
Revision Contents
Diff 372587 flang/docs/Intrinsics.md
flang/include/flang/Evaluate/tools.h
flang/lib/Evaluate/intrinsics.cpp
flang/lib/Evaluate/tools.cpp
flang/test/Semantics/call10.f90
flang/test/Semantics/this_image.f90
|