[all-commits] [llvm/llvm-project] 2e2854: [flang] Keep polymorphic aspect when lowering intr...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Jan 23 11:25:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e28546ba30d7343e963d2a49c47a9fb1110c585
https://github.com/llvm/llvm-project/commit/2e28546ba30d7343e963d2a49c47a9fb1110c585
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M flang/lib/Lower/ConvertExpr.cpp
M flang/test/Lower/polymorphic-temp.f90
Log Message:
-----------
[flang] Keep polymorphic aspect when lowering intrinsic arguments
Make sure the source passed to an intrinsic is still polymorphic when
it is an element of a polymorphic array. This was not handled properly
before.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D142380
More information about the All-commits
mailing list