[all-commits] [llvm/llvm-project] f289c4: [mlir][ODS] Add `constBuilderCall` to `Dense*Array...
zero9178 via All-commits
all-commits at lists.llvm.org
Wed Aug 17 13:18:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f289c47b5eb6f698315fd024be7ff74f3bedffac
https://github.com/llvm/llvm-project/commit/f289c47b5eb6f698315fd024be7ff74f3bedffac
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2022-08-17 (Wed, 17 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/include/mlir/IR/Builders.h
M mlir/include/mlir/IR/OpBase.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/IR/Builders.cpp
Log Message:
-----------
[mlir][ODS] Add `constBuilderCall` to `Dense*ArrayAttr`s
These are useful in builders of Ops taking DenseArrayAttrs or for use in Rewriter, to create constant instances.
Differential Revision: https://reviews.llvm.org/D132067
More information about the All-commits
mailing list