[all-commits] [llvm/llvm-project] 444683: [mlir] Remove the element type enum from DenseArra...
Jeff Niu via All-commits
all-commits at lists.llvm.org
Wed Aug 24 17:02:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 444683a9de4bc534b1154559cd537e7f6aa52847
https://github.com/llvm/llvm-project/commit/444683a9de4bc534b1154559cd537e7f6aa52847
Author: Jeff Niu <jeff at modular.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M mlir/include/mlir/IR/BuiltinAttributes.h
M mlir/include/mlir/IR/BuiltinAttributes.td
M mlir/lib/IR/BuiltinAttributes.cpp
M mlir/test/lib/IR/TestBuiltinAttributeInterfaces.cpp
Log Message:
-----------
[mlir] Remove the element type enum from DenseArrayAttr
The element type enum is not needed to differentiate dense array kinds
because the element type of the shaped type can be used instead.
Reviewed By: mehdi_amini, rriddle
Differential Revision: https://reviews.llvm.org/D132535
More information about the All-commits
mailing list