[all-commits] [llvm/llvm-project] 859d4a: [flang] Lower more cases of assignments on allocat...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Mar 2 11:05:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 859d4a18b5937a064ba3b7acfea0bea6cac2f074
https://github.com/llvm/llvm-project/commit/859d4a18b5937a064ba3b7acfea0bea6cac2f074
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M flang/include/flang/Lower/ConvertExpr.h
M flang/include/flang/Lower/IntrinsicCall.h
M flang/include/flang/Optimizer/Builder/FIRBuilder.h
M flang/include/flang/Optimizer/Builder/Factory.h
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/ConvertVariable.cpp
M flang/lib/Lower/IntrinsicCall.cpp
M flang/lib/Optimizer/Builder/FIRBuilder.cpp
M flang/test/Lower/allocatable-assignment.f90
Log Message:
-----------
[flang] Lower more cases of assignments on allocatable variables
This patch enables the lowering of various allocatable assignements
for character type and numeric types.
This patch is part of the upstreaming effort from fir-dev branch.
Depends on D120819
Reviewed By: PeteSteinfeld, schweitz
Differential Revision: https://reviews.llvm.org/D120820
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list