[all-commits] [llvm/llvm-project] e9fa55: [mlir][sparse][NFC] Use RewriterBase/OpBuilder whe...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri May 13 02:39:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9fa5590971baed366d50bb70538f232a969a9fc
https://github.com/llvm/llvm-project/commit/e9fa5590971baed366d50bb70538f232a969a9fc
Author: Matthias Springer <springerm at google.com>
Date: 2022-05-13 (Fri, 13 May 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
Log Message:
-----------
[mlir][sparse][NFC] Use RewriterBase/OpBuilder when possible
Most functions do not need a PatternRewriter or ConversionPatternRewriter.
Differential Revision: https://reviews.llvm.org/D125466
More information about the All-commits
mailing list