[all-commits] [llvm/llvm-project] db48f7: [flang] Lower IO open and close statements
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Mar 2 08:57:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db48f7b2f7b3a3a62822bd41de84b9ccb6093b5f
https://github.com/llvm/llvm-project/commit/db48f7b2f7b3a3a62822bd41de84b9ccb6093b5f
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M flang/include/flang/Lower/IO.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/IO.cpp
M flang/test/Lower/io-statement-1.f90
Log Message:
-----------
[flang] Lower IO open and close statements
This patch adds the lowering of open and close statements
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: schweitz
Differential Revision: https://reviews.llvm.org/D120821
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list