This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower basic IO statement
ClosedPublic

Authored by clementval on Mar 1 2022, 9:52 AM.

Details

Summary

This patch enables the lowering of the print, read and write
IO statements.

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

Diff Detail

Event Timeline

clementval created this revision.Mar 1 2022, 9:52 AM
Herald added a project: Restricted Project. · View Herald Transcript
clementval requested review of this revision.Mar 1 2022, 9:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 9:52 AM
PeteSteinfeld accepted this revision.Mar 1 2022, 10:16 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 1 2022, 10:16 AM
schweitz accepted this revision.Mar 1 2022, 10:34 AM

Attempt to fix windows pre-check

Add missing guard

Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 12:43 PM
This revision was automatically updated to reflect the committed changes.