This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Better (but still synchronous) support for asynchronous I/O
ClosedPublic

Authored by klausler on Jun 9 2022, 12:05 PM.

Details

Summary

Track pending "asynchronous" I/O operation IDs so that WAIT statements can
report errors about bad ID numbers.

Lowering will need to extended to call GetAsynchronousId() for a READ or
WRITE statement with ID=n.

Diff Detail

Event Timeline

klausler created this revision.Jun 9 2022, 12:05 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 9 2022, 12:05 PM
klausler edited reviewers, added: vdonaldson; removed: sscalpone.Jun 13 2022, 9:03 AM
vdonaldson accepted this revision.Jun 13 2022, 9:06 AM
This revision is now accepted and ready to land.Jun 13 2022, 9:06 AM