[all-commits] [llvm/llvm-project] 079b18: [flang][NFC] Deallocation of polymorphoc entities ...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Oct 31 06:52:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 079b18a7cda32dd779d7fbed49fb0252d7f49819
https://github.com/llvm/llvm-project/commit/079b18a7cda32dd779d7fbed49fb0252d7f49819
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-10-31 (Mon, 31 Oct 2022)
Changed paths:
M flang/test/Lower/allocatable-polymorphic.f90
Log Message:
-----------
[flang][NFC] Deallocation of polymorphoc entities are done with the runtime call
The runtime function `AllocatableDeallocate/PointerDeallocate` is reponsible to
deallocate and finalize it. This patch just adds tests to make sure the correct
runtime function is called.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D137068
More information about the All-commits
mailing list