[all-commits] [llvm/llvm-project] f63428: [flang][fir] Add FIR's vector type.
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Fri Feb 5 12:44:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6342806dbfcae5320013331958dae98855e75f6
https://github.com/llvm/llvm-project/commit/f6342806dbfcae5320013331958dae98855e75f6
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2021-02-05 (Fri, 05 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 FIR's vector type.
This patch adds support for `!fir.vector`, a rank one, constant length
data type.
https://github.com/flang-compiler/f18-llvm-project/pull/413
Differential Revision: https://reviews.llvm.org/D96162
More information about the All-commits
mailing list