[PATCH] D97421: [flang][fir] Add array value operations.

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 15:56:50 PST 2021


schweitz created this revision.
schweitz added reviewers: jeanPerier, svedanayagam, sscalpone, clementval, kiranchandramohan.
schweitz added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert.
schweitz requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97421

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97421.326228.patch
Type: text/x-patch
Size: 24609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210224/69cae961/attachment-0001.bin>


More information about the llvm-commits mailing list