[all-commits] [llvm/llvm-project] 2cd2b6: [flang] Lower allocation with MOLD
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Jan 17 06:51:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cd2b6a7b54610df160c8850dee2589a5bb20734
https://github.com/llvm/llvm-project/commit/2cd2b6a7b54610df160c8850dee2589a5bb20734
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M flang/include/flang/Runtime/allocatable.h
M flang/lib/Lower/Allocatable.cpp
M flang/runtime/allocatable.cpp
M flang/test/Lower/allocatable-polymorphic.f90
M flang/test/Lower/allocatable-runtime.f90
Log Message:
-----------
[flang] Lower allocation with MOLD
Lower allocate statement with MOLD= to calls to the Fortran
runtime. PointerApplyMold and AllocatableApplyMold are called
depending on the object to be allocated.
Reviewed By: jeanPerier, PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D141843
More information about the All-commits
mailing list