[all-commits] [llvm/llvm-project] 013712: [flang] Handle polymorphic passed object in host a...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Dec 7 03:01:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01371238463e87288f750c5ef74c6e13f991ffb5
https://github.com/llvm/llvm-project/commit/01371238463e87288f750c5ef74c6e13f991ffb5
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M flang/lib/Lower/HostAssociations.cpp
M flang/test/Lower/polymorphic.f90
Log Message:
-----------
[flang] Handle polymorphic passed object in host association
Polymorphic entities are always emboxed. This patch
handles host association of polyrmophic entities as passed object.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D139423
More information about the All-commits
mailing list