[all-commits] [llvm/llvm-project] 0371dd: [mlir] Refactoring the tablegen Tensor types
wren romano via All-commits
all-commits at lists.llvm.org
Wed Jun 8 11:34:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0371ddf9adbec24d87a14ff21362132e5b598042
https://github.com/llvm/llvm-project/commit/0371ddf9adbec24d87a14ff21362132e5b598042
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2022-06-08 (Wed, 08 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorAttrDefs.td
M mlir/include/mlir/IR/OpBase.td
Log Message:
-----------
[mlir] Refactoring the tablegen Tensor types
Reduces repetition in tablegen files for defining various tensor types. In particular the goal is to reduce the repetition when defining new tensor types (e.g., D126994).
Reviewed By: aartbik, rriddle
Differential Revision: https://reviews.llvm.org/D127039
More information about the All-commits
mailing list