[all-commits] [llvm/llvm-project] 029313: [flang] Update allocate lowering to use Allocatabl...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Mar 20 02:02:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 029313cc979ae71877b65794b1063d4e51184cc8
https://github.com/llvm/llvm-project/commit/029313cc979ae71877b65794b1063d4e51184cc8
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M flang/lib/Lower/Allocatable.cpp
M flang/test/Lower/allocatable-polymorphic.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocate-source-allocatables.f90
Log Message:
-----------
[flang] Update allocate lowering to use AllocatableInit.*ForAllocate functions
Update lowering of allocate statement to use the new
functions defined in D146290.
Depends on D146290
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D146291
More information about the All-commits
mailing list