This supports the lowering of intrinsic IS_CONTIGUOUS for array argument.
The argument of assumed rank is not supported since it is not implemented
yet as the procedure argument. Add TODO for it.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D141212
[flang] Support lowering of IS_CONTIGUOUS ClosedPublic Authored by peixin on Jan 7 2023, 9:42 PM.
Details Summary This supports the lowering of intrinsic IS_CONTIGUOUS for array argument.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 9 2023, 5:10 AM Closed by commit rG40d9e93ccaff: [flang] Support lowering of IS_CONTIGUOUS (authored by peixin). · Explain WhyJan 11 2023, 6:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 487136 flang/include/flang/Optimizer/Builder/Runtime/Inquiry.h
flang/lib/Lower/ConvertExpr.cpp
flang/lib/Lower/IntrinsicCall.cpp
flang/lib/Optimizer/Builder/Runtime/Inquiry.cpp
flang/test/Lower/Intrinsics/is_contiguous.f90
|