[all-commits] [llvm/llvm-project] 40cb4f: [flang] Perform polymorphic pointer association wi...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Dec 12 05:05:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40cb4fd0b9c9088de79435d829314fcd32ba2779
https://github.com/llvm/llvm-project/commit/40cb4fd0b9c9088de79435d829314fcd32ba2779
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/test/Lower/pointer-association-polymorphic.f90
Log Message:
-----------
[flang] Perform polymorphic pointer association with runtime call
pointer association to a polymorphic pointer needs to potentially
update the element size in the descriptor. Update the pointer association
to polymoprhic pointer with a runtime call to PointerAssociate.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D139825
More information about the All-commits
mailing list