[PATCH] D120820: [flang] Lower more case of assignments on allocatable variables

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 08:27:47 PST 2022


clementval created this revision.
clementval added reviewers: jeanPerier, PeteSteinfeld, schweitz, svedanayagam, klausler.
Herald added a reviewer: sscalpone.
Herald added a subscriber: mehdi_amini.
Herald added projects: Flang, All.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

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 <https://reviews.llvm.org/D120819>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120820

Files:
  flang/include/flang/Lower/ConvertExpr.h
  flang/include/flang/Lower/IntrinsicCall.h
  flang/include/flang/Optimizer/Builder/FIRBuilder.h
  flang/include/flang/Optimizer/Builder/Factory.h
  flang/lib/Lower/ConvertExpr.cpp
  flang/lib/Lower/ConvertVariable.cpp
  flang/lib/Lower/IntrinsicCall.cpp
  flang/lib/Optimizer/Builder/FIRBuilder.cpp
  flang/test/Lower/allocatable-assignment.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120820.412432.patch
Type: text/x-patch
Size: 71744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220302/0c698dda/attachment.bin>


More information about the llvm-commits mailing list