[all-commits] [llvm/llvm-project] 589d51: [flang] Lower basic derived types
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Mar 10 09:07:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 589d51ea9f1a469cef2aae306859afaf6d7d5885
https://github.com/llvm/llvm-project/commit/589d51ea9f1a469cef2aae306859afaf6d7d5885
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M flang/include/flang/Lower/AbstractConverter.h
M flang/include/flang/Lower/ConvertType.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/CallInterface.cpp
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/ConvertType.cpp
A flang/test/Lower/derived-types.f90
Log Message:
-----------
[flang] Lower basic derived types
This patch lowers basic derived type to FIR.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D121383
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list