[mlir][linalg] Cleanup LinalgOp usage in loop lowering.
authorTobias Gysi <gysit@google.com>
Thu, 3 Jun 2021 12:55:39 +0000 (12:55 +0000)
committerTobias Gysi <gysit@google.com>
Thu, 3 Jun 2021 13:29:52 +0000 (13:29 +0000)
commit6b265f949f6a5e92075eff018fa0f924bcc5da48
tree4caba58ccbdc5beae999935032bc4ec5ad159c14
parent0804a88e48ac23bcf73d6b985ef755559419ee11
[mlir][linalg] Cleanup LinalgOp usage in loop lowering.

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

Differential Revision: https://reviews.llvm.org/D103453
mlir/lib/Dialect/Linalg/Transforms/Loops.cpp