[all-commits] [llvm/llvm-project] 2a59ea: [flang] Lower allocatable assignment for scalar

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Feb 24 09:13:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2a59ead118065012446bdbd0a31dc52799212f87
      https://github.com/llvm/llvm-project/commit/2a59ead118065012446bdbd0a31dc52799212f87
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-02-24 (Thu, 24 Feb 2022)

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

  Log Message:
  -----------
  [flang] Lower allocatable assignment for scalar

Add lowering for simple assignement on allocatable
scalars.

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

Depends on D120483

Reviewed By: PeteSteinfeld

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

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