[all-commits] [llvm/llvm-project] 4aec70: [flang][hlfir] use new runtime for whole allocatab...
jeanPerier via All-commits
all-commits at lists.llvm.org
Mon Mar 6 04:59:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4aec70c0c9308e1ea9326a30842b57b8cfc408d2
https://github.com/llvm/llvm-project/commit/4aec70c0c9308e1ea9326a30842b57b8cfc408d2
Author: Jean Perier <jperier at nvidia.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M flang/include/flang/Optimizer/Builder/Runtime/Assign.h
M flang/lib/Optimizer/Builder/Runtime/Assign.cpp
M flang/lib/Optimizer/HLFIR/Transforms/ConvertToFIR.cpp
M flang/test/HLFIR/assign-codegen.fir
Log Message:
-----------
[flang][hlfir] use new runtime for whole allocatable assignment
- use AssignExplicitLengthCharacter for assignment to whole allocatable
character with assumed or explicit length.
- use AssignPolymorphic for assignment to whole allocatable
polymorphic.
Differential Revision: https://reviews.llvm.org/D145363
More information about the All-commits
mailing list