[all-commits] [llvm/llvm-project] dec908: [mlir][Transforms] `GreedyPatternRewriteDriver`: l...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jan 12 06:51:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dec908a285b58787f5b211a600c90b63ca0c5778
https://github.com/llvm/llvm-project/commit/dec908a285b58787f5b211a600c90b63ca0c5778
Author: Matthias Springer <me at m-sp.org>
Date: 2024-01-12 (Fri, 12 Jan 2024)
Changed paths:
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
Log Message:
-----------
[mlir][Transforms] `GreedyPatternRewriteDriver`: log successful folding (#77796)
Similar to successful pattern applications, dump the rewritten IR after
each successful folding when running with `-debug`.
More information about the All-commits
mailing list