[all-commits] [llvm/llvm-project] d88dfd: [flang] Handle dynamic array lowering
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Mar 1 13:30:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d88dfd2b311d5f7f8ab9faa0edfd380c1fd2d2b2
https://github.com/llvm/llvm-project/commit/d88dfd2b311d5f7f8ab9faa0edfd380c1fd2d2b2
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/ConvertVariable.cpp
M flang/test/Lower/io-statement-1.f90
M flang/test/Lower/io-statement-2.f90
Log Message:
-----------
[flang] Handle dynamic array lowering
This patch enables dynamic array lowering
and use the funcationality inside some IO tests.
This patch is part of the upstreaming effort from fir-dev branch.
Depends on D120743
Reviewed By: PeteSteinfeld, schweitz
Differential Revision: https://reviews.llvm.org/D120744
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>
More information about the All-commits
mailing list