[flang-commits] [PATCH] D144513: [flang][hlfir] Array constructor lowering [part 3/4]

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Feb 21 12:38:46 PST 2023


jeanPerier created this revision.
jeanPerier added reviewers: clementval, PeteSteinfeld.
jeanPerier added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert.
Herald added a reviewer: sscalpone.
Herald added a project: All.
jeanPerier requested review of this revision.

Lower the cases that require runtime support to deal
with the allocation, reallocation, or copt of ac-values to
the array constructor storage.

Depends on D144411 <https://reviews.llvm.org/D144411>, D144512 <https://reviews.llvm.org/D144512>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144513

Files:
  flang/include/flang/Optimizer/Builder/FIRBuilder.h
  flang/include/flang/Optimizer/Builder/Runtime/ArrayConstructor.h
  flang/lib/Lower/ConvertArrayConstructor.cpp
  flang/lib/Optimizer/Builder/CMakeLists.txt
  flang/lib/Optimizer/Builder/FIRBuilder.cpp
  flang/lib/Optimizer/Builder/Runtime/ArrayConstructor.cpp
  flang/test/Lower/HLFIR/array-ctor-as-runtime-temp.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144513.499268.patch
Type: text/x-patch
Size: 27966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230221/790f7ff2/attachment-0001.bin>


More information about the flang-commits mailing list