[all-commits] [llvm/llvm-project] 8c22cb: [flang] Lower basic IO statement
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Mar 1 12:48:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c22cb846f31c42ce1d19370025ad05c4db56256
https://github.com/llvm/llvm-project/commit/8c22cb846f31c42ce1d19370025ad05c4db56256
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M flang/include/flang/Lower/AbstractConverter.h
M flang/include/flang/Lower/ConvertExpr.h
M flang/include/flang/Lower/ConvertType.h
M flang/include/flang/Lower/ConvertVariable.h
A flang/include/flang/Lower/IO.h
M flang/include/flang/Lower/StatementContext.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/ConvertType.cpp
M flang/lib/Lower/ConvertVariable.cpp
A flang/lib/Lower/IO.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
A flang/test/Lower/io-statement-1.f90
A flang/test/Lower/io-statement-2.f90
Log Message:
-----------
[flang] Lower basic IO statement
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.
Reviewed By: PeteSteinfeld, schweitz
Differential Revision: https://reviews.llvm.org/D120743
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
Co-authored-by: Kiran Chandramohan <kiran.chandramohan at arm.com>
More information about the All-commits
mailing list