[all-commits] [llvm/llvm-project] a5c46b: [mlir] Allow DenseElementsAttr to use any shaped type
Jeff Niu via All-commits
all-commits at lists.llvm.org
Fri Sep 30 23:25:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5c46bf9521e34d7f8c6fa048014912afb910020
https://github.com/llvm/llvm-project/commit/a5c46bf9521e34d7f8c6fa048014912afb910020
Author: Jeff Niu <jeff at modular.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M mlir/lib/AsmParser/AttributeParser.cpp
M mlir/lib/IR/BuiltinAttributes.cpp
M mlir/test/IR/invalid-builtin-attributes.mlir
Log Message:
-----------
[mlir] Allow DenseElementsAttr to use any shaped type
This patch allows the type of DenseElementsAttr to be any shaped type.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D135002
More information about the All-commits
mailing list