[mlir][linalg] Cleanup LinalgOp usage in dependence analysis (NFC).
authorTobias Gysi <gysit@google.com>
Tue, 1 Jun 2021 08:43:43 +0000 (08:43 +0000)
committerTobias Gysi <gysit@google.com>
Tue, 1 Jun 2021 08:44:15 +0000 (08:44 +0000)
commit94643fda1346e8dab30243d02250cd44683445f2
treea4e6fc5bd7fbdd8d6b40127ea88d958bdaf98d4e
parent7594f5028a11c68bcfdf631928ab44889127fab7
[mlir][linalg] Cleanup LinalgOp usage in dependence analysis (NFC).

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

Differential Revision: https://reviews.llvm.org/D103411
mlir/include/mlir/Dialect/Linalg/Analysis/DependenceAnalysis.h
mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp