[mlir][linalg] Cleanup LinalgOp usage in sparse compiler (NFC).
authorTobias Gysi <gysit@google.com>
Wed, 2 Jun 2021 06:21:13 +0000 (06:21 +0000)
committerTobias Gysi <gysit@google.com>
Wed, 2 Jun 2021 06:21:56 +0000 (06:21 +0000)
commit2f2b5b7d282bbc97cad76f920e9f3bfcf45d00ea
tree3975f12e29cff6f12b14ddec82b1e3d439a89bf9
parent516e5bb2b11ea374e5a468b7fb17b0c4e9f1b863
[mlir][linalg] Cleanup LinalgOp usage in sparse compiler (NFC).

Replace the uses of deprecated Structured Op Interface methods in Sparsification.cpp. This patch is based on https://reviews.llvm.org/D103394.

Differential Revision: https://reviews.llvm.org/D103436
mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp