[PATCH] D96172: [flang][fir] Add shape, shape_shift, and slice types.

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 13:06:36 PST 2021


schweitz created this revision.
schweitz added reviewers: jeanPerier, svedanayagam, SouraVX, clemensg, 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.

Adding the FIR types used to describe the Fortran semantics of indexing FIR arrays.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96172

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96172.321858.patch
Type: text/x-patch
Size: 17393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210205/9a6c2e7a/attachment.bin>


More information about the llvm-commits mailing list