[all-commits] [llvm/llvm-project] 977cdd: [mlir] GreedyPatternRewriteDriver: All entry point...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jan 27 05:34:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 977cddb95eac67a6dc6680a7d0fadee81114de11
https://github.com/llvm/llvm-project/commit/977cddb95eac67a6dc6680a7d0fadee81114de11
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
M mlir/lib/Dialect/Affine/Utils/LoopUtils.cpp
M mlir/lib/Dialect/Affine/Utils/Utils.cpp
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
M mlir/test/lib/Dialect/Test/TestPatterns.cpp
Log Message:
-----------
[mlir] GreedyPatternRewriteDriver: All entry points take a config
The multi-op entry point now also takes a GreedyPatternRewriteConfig and respects config.maxNumRewrites. The scope is also a part of the config now.
Differential Revision: https://reviews.llvm.org/D142614
More information about the All-commits
mailing list