[all-commits] [llvm/llvm-project] 33fbbf: [flang] Handle parent component in user function a...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Mar 13 12:30:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33fbbf88afe55aaf9b94747074c58f442f37fa00
https://github.com/llvm/llvm-project/commit/33fbbf88afe55aaf9b94747074c58f442f37fa00
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M flang/lib/Lower/ConvertExpr.cpp
M flang/test/Lower/polymorphic.f90
Log Message:
-----------
[flang] Handle parent component in user function argument
When the argument is a parent component the box needs to
be updated to reflect the correct type. Use `updateBoxForParentComponent`
to update the argument accordingly.
Depends on D145907
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D145928
More information about the All-commits
mailing list