[all-commits] [llvm/llvm-project] 4f3c98: [flang] Use AssignPolymorphic when LHS is polymorphic
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Mar 6 00:36:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f3c98542bebac90546a03363e5956f9862ae985
https://github.com/llvm/llvm-project/commit/4f3c98542bebac90546a03363e5956f9862ae985
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M flang/include/flang/Optimizer/Builder/Runtime/Assign.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Optimizer/Builder/Runtime/Assign.cpp
M flang/test/Lower/polymorphic.f90
Log Message:
-----------
[flang] Use AssignPolymorphic when LHS is polymorphic
Make use of the new runtime entry point for assignment to
LHS allocatable polymorphic.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D145324
More information about the All-commits
mailing list