[PATCH] D120822: [flang] Lower basic IO file statements
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 2 08:30:57 PST 2022
clementval created this revision.
clementval added reviewers: jeanPerier, PeteSteinfeld, schweitz, svedanayagam, klausler.
Herald added a subscriber: mehdi_amini.
Herald added projects: Flang, All.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.
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 <https://reviews.llvm.org/D120821>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D120822
Files:
flang/include/flang/Lower/IO.h
flang/lib/Lower/Bridge.cpp
flang/lib/Lower/IO.cpp
flang/test/Lower/io-statement-1.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120822.412436.patch
Type: text/x-patch
Size: 7317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220302/7ff7248d/attachment.bin>
More information about the llvm-commits
mailing list