[mlir][NFC] GreedyPatternRewriteDriver: Remove single-op entry point
authorMatthias Springer <springerm@google.com>
Mon, 30 Jan 2023 08:04:31 +0000 (09:04 +0100)
committerMatthias Springer <springerm@google.com>
Mon, 30 Jan 2023 08:11:41 +0000 (09:11 +0100)
commit5706e9ca493ea6ea084c0468bcf1610b9a8d5522
tree778e45409dd22d233da4b1cb574eb0f8b32fc207
parent54941942c82f3a1640d50c0e354d29a3cf5535f6
[mlir][NFC] GreedyPatternRewriteDriver: Remove single-op entry point

This is to simplify the API. The multi-op entry point can be used directly. GreedyRewriteStrictness must now be specified explicitly.

Depends On: D141396

Differential Revision: https://reviews.llvm.org/D142613
mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
mlir/lib/Dialect/Affine/Utils/LoopUtils.cpp
mlir/lib/Dialect/Affine/Utils/Utils.cpp