[all-commits] [llvm/llvm-project] b2b680: [flang] Unlimited polymoprhic allocation with intr...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Dec 16 12:20:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2b680a5abe831fd2a21adc2480affeceda9c274
https://github.com/llvm/llvm-project/commit/b2b680a5abe831fd2a21adc2480affeceda9c274
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M flang/lib/Lower/Allocatable.cpp
M flang/test/Lower/allocatable-polymorphic.f90
Log Message:
-----------
[flang] Unlimited polymoprhic allocation with intrinsic type spec
An unlimited polymoprhic entity can be allocated with a derived type
spec or an intrinsic type spec. This patch add the generation of the
runtime function call when the allocation is done with an intrinsic
type spec.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D140207
More information about the All-commits
mailing list