[all-commits] [llvm/llvm-project] 9683a9: [flang][hlfir] Array constructor lowering [part 3/4]

jeanPerier via All-commits all-commits at lists.llvm.org
Fri Feb 24 00:11:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9683a9c9989a3ab40fde9afdcdc5ba7e203e3728
      https://github.com/llvm/llvm-project/commit/9683a9c9989a3ab40fde9afdcdc5ba7e203e3728
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2023-02-24 (Fri, 24 Feb 2023)

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

  Log Message:
  -----------
  [flang][hlfir] Array constructor lowering [part 3/4]

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

Differential Revision: https://reviews.llvm.org/D144513




More information about the All-commits mailing list