This is an archive of the discontinued LLVM Phabricator instance.

[flang] Noncontiguous formats
ClosedPublic

Authored by vdonaldson on Aug 24 2022, 12:11 PM.

Details

Summary

Add the remaining pieces to support IO for noncontigous formats.
This is done by passing an array descriptor to IO calls. Scalar
formats continue to pass string and length arguments. IO calls
with formats are modified to place the new format descriptor
argument directly after the original string and length arguments.

Diff Detail

Event Timeline

vdonaldson created this revision.Aug 24 2022, 12:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2022, 12:11 PM
vdonaldson requested review of this revision.Aug 24 2022, 12:11 PM
vdonaldson added reviewers: klausler, jeanPerier.
klausler accepted this revision.Aug 24 2022, 12:12 PM
This revision is now accepted and ready to land.Aug 24 2022, 12:12 PM