[all-commits] [llvm/llvm-project] 71e2d7: [flang] Handle parent component in intrinsic funct...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Mar 13 07:28:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71e2d7106fe58ff2dcc6886c80ea0839a129d3c0
https://github.com/llvm/llvm-project/commit/71e2d7106fe58ff2dcc6886c80ea0839a129d3c0
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M flang/include/flang/Lower/ConvertExpr.h
M flang/lib/Lower/ConvertExpr.cpp
M flang/test/Lower/polymorphic.f90
Log Message:
-----------
[flang] Handle parent component in intrinsic function arguments
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.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D145907
More information about the All-commits
mailing list