This is an archive of the discontinued LLVM Phabricator instance.

[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.
The argument of assumed rank is not supported since it is not implemented
yet as the procedure argument. Add TODO for it.

Diff Detail

Event Timeline

peixin created this revision.Jan 7 2023, 9:42 PM
Herald added a project: Restricted Project. · View Herald Transcript
peixin requested review of this revision.Jan 7 2023, 9:42 PM
jeanPerier accepted this revision.Jan 9 2023, 5:10 AM

LGTM, thanks

This revision is now accepted and ready to land.Jan 9 2023, 5:10 AM
PeteSteinfeld accepted this revision.Jan 9 2023, 6:51 AM

All builds and tests correctly and looks good.

This revision was automatically updated to reflect the committed changes.