[all-commits] [llvm/llvm-project] 399c3d: [flang][fir] Add shape, shape_shift, and slice types.
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Tue Feb 9 08:56:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 399c3d5b297208b7dcdfac1710e02e2775281704
https://github.com/llvm/llvm-project/commit/399c3d5b297208b7dcdfac1710e02e2775281704
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2021-02-09 (Tue, 09 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/FIRDialect.cpp
M flang/lib/Optimizer/Dialect/FIRType.cpp
M flang/test/Fir/fir-types.fir
Log Message:
-----------
[flang][fir] Add shape, shape_shift, and slice types.
Adding the FIR types used to describe the Fortran semantics of indexing
FIR arrays.
https://github.com/flang-compiler/f18-llvm-project/pull/267
Differential Revision: https://reviews.llvm.org/D96172
More information about the All-commits
mailing list