[all-commits] [llvm/llvm-project] 86bf62: [mlir][sparse] improve push_back type checking, pr...
Aart Bik via All-commits
all-commits at lists.llvm.org
Tue Oct 18 09:55:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86bf62fa6435e8a3911c4060bd6a143116d9c52c
https://github.com/llvm/llvm-project/commit/86bf62fa6435e8a3911c4060bd6a143116d9c52c
Author: Aart Bik <ajcbik at google.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
M mlir/test/Dialect/SparseTensor/buffer_rewriting.mlir
M mlir/test/Dialect/SparseTensor/invalid.mlir
M mlir/test/Dialect/SparseTensor/roundtrip.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_rewrite_push_back.mlir
Log Message:
-----------
[mlir][sparse] improve push_back type checking, printing, parsing
Rationale:
Enforces type consistency on parsed and generated IR.
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D136132
More information about the All-commits
mailing list