[PATCH] D120488: [flang] Lower allocatable assignment for scalar

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 24 07:24:44 PST 2022


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

Add lowering for simple assignement on allocatable
scalars.

This patch is part of the upstreaming effort from fir-dev branch.

Depends on D120483 <https://reviews.llvm.org/D120483>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120488

Files:
  flang/include/flang/Lower/AbstractConverter.h
  flang/include/flang/Lower/Allocatable.h
  flang/include/flang/Lower/BoxAnalyzer.h
  flang/include/flang/Lower/ConvertExpr.h
  flang/include/flang/Lower/ConvertVariable.h
  flang/include/flang/Optimizer/Builder/MutableBox.h
  flang/include/flang/Optimizer/Builder/Runtime/Stop.h
  flang/lib/Lower/Allocatable.cpp
  flang/lib/Lower/Bridge.cpp
  flang/lib/Lower/CMakeLists.txt
  flang/lib/Lower/ConvertExpr.cpp
  flang/lib/Lower/ConvertVariable.cpp
  flang/lib/Optimizer/Builder/MutableBox.cpp
  flang/lib/Optimizer/Builder/Runtime/Stop.cpp
  flang/test/Lower/allocatable-assignment.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120488.411125.patch
Type: text/x-patch
Size: 80830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220224/0ed8bd2a/attachment-0001.bin>


More information about the llvm-commits mailing list