[mlir][Linalg] Inline an interface method to its only user.
authorAdrian Kuegel <akuegel@google.com>
Tue, 2 Aug 2022 12:56:24 +0000 (14:56 +0200)
committerAdrian Kuegel <akuegel@google.com>
Thu, 4 Aug 2022 06:39:41 +0000 (08:39 +0200)
commit84d4bb78e0af85709b4c91643c9abf6518a41d13
tree54f42dbd357e10cbb99162b53e2c5323d7b39cf2
parentb19de814add2c2d9496c0b2fcc8a47024a58e491
[mlir][Linalg] Inline an interface method to its only user.

It seems only the default implementation is ever used, so it doesn't seem
necessary to include this method in the interface.

Differential Revision: https://reviews.llvm.org/D130986
mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp