[all-commits] [llvm/llvm-project] 88ae0d: [flang] Lower general forall statement

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Mar 10 10:44:12 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 88ae0d61c31674bd75144c246ae25b55ecc5bff9
      https://github.com/llvm/llvm-project/commit/88ae0d61c31674bd75144c246ae25b55ecc5bff9
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-03-10 (Thu, 10 Mar 2022)

  Changed paths:
    M flang/include/flang/Lower/Allocatable.h
    M flang/include/flang/Lower/ConvertExpr.h
    M flang/include/flang/Optimizer/Builder/BoxValue.h
    A flang/include/flang/Optimizer/Builder/Runtime/Inquiry.h
    M flang/lib/Lower/Allocatable.cpp
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/lib/Lower/IntrinsicCall.cpp
    M flang/lib/Optimizer/Builder/BoxValue.cpp
    M flang/lib/Optimizer/Builder/CMakeLists.txt
    A flang/lib/Optimizer/Builder/Runtime/Inquiry.cpp
    A flang/test/Lower/forall/forall-construct.f90

  Log Message:
  -----------
  [flang] Lower general forall statement

This patch lowers general forall statements. The forall
are lowered to nested loops.

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

Depends on D121385

Reviewed By: PeteSteinfeld, schweitz

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

Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>




More information about the All-commits mailing list