[all-commits] [llvm/llvm-project] 3eef2c: [flang] Lower TYPE(*) as fir.box<none>
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Oct 4 12:30:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3eef2c2b1383a5a4ce20f0c92bf7d31537f87705
https://github.com/llvm/llvm-project/commit/3eef2c2b1383a5a4ce20f0c92bf7d31537f87705
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M flang/docs/PolymorphicEntities.md
M flang/include/flang/Optimizer/Dialect/FIRType.h
M flang/include/flang/Semantics/tools.h
M flang/lib/Lower/CallInterface.cpp
M flang/lib/Semantics/tools.cpp
M flang/test/Lower/polymorphic-types.f90
Log Message:
-----------
[flang] Lower TYPE(*) as fir.box<none>
This patch lowers `TYPE(*)` correctly to fir.box<none>.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D135141
More information about the All-commits
mailing list