[all-commits] [llvm/llvm-project] 67360d: [flang][fir] Add array value operations.

Eric Schweitz via All-commits all-commits at lists.llvm.org
Thu Feb 25 19:17:14 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 67360decc3d4bda363c2fa2550eb1c2b876c8cf0
      https://github.com/llvm/llvm-project/commit/67360decc3d4bda363c2fa2550eb1c2b876c8cf0
  Author: Eric Schweitz <eschweitz at nvidia.com>
  Date:   2021-02-25 (Thu, 25 Feb 2021)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/lib/Optimizer/Dialect/FIRType.cpp
    M flang/test/Fir/fir-ops.fir

  Log Message:
  -----------
  [flang][fir] Add array value operations.

We lower expressions with rank > 0 to a set of high-level array operations.
These operations are then analyzed and refined to more primitve
operations in subsequent pass(es).

This patch upstreams these array operations and some other helper ops.

Authors: Eric Schweitz, Rajan Walia, Kiran Chandramohan, et.al.

https://github.com/flang-compiler/f18-llvm-project/pull/565

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




More information about the All-commits mailing list