This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower basic IO file statements
ClosedPublic

Authored by clementval on Mar 2 2022, 8:30 AM.

Details

Summary

This patches adds lowering for couple of basic io statements such as flush,
endfile, backspace and rewind

This patch is part of the upstreaming effort from fir-dev branch.

Depends on D120821

Diff Detail

Event Timeline

clementval created this revision.Mar 2 2022, 8:30 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 2 2022, 8:30 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Mar 2 2022, 8:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 8:30 AM
schweitz accepted this revision.Mar 2 2022, 8:51 AM
This revision is now accepted and ready to land.Mar 2 2022, 8:51 AM
This revision was automatically updated to reflect the committed changes.