[all-commits] [llvm/llvm-project] be66a2: [flang] Deallocate components of local variables a...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Tue Oct 3 13:10:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be66a2f66bac159256e45ac74629625de27ed603
https://github.com/llvm/llvm-project/commit/be66a2f66bac159256e45ac74629625de27ed603
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M flang/include/flang/Semantics/tools.h
M flang/lib/Lower/ConvertVariable.cpp
M flang/lib/Semantics/tools.cpp
A flang/test/Lower/HLFIR/local-end-of-scope-component-dealloc.f90
Log Message:
-----------
[flang] Deallocate components of local variables at the end of the scope. (#68064)
Call Destroy runtime for local variables of derived types with
allocatable components.
More information about the All-commits
mailing list