[all-commits] [llvm/llvm-project] 673e98: [MLIR] Fix iteration counting in greedy pattern ap...
frgossen via All-commits
all-commits at lists.llvm.org
Thu Apr 21 12:17:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 673e9828be2ce1af1b2ab88265c7e2b28f9a8dd6
https://github.com/llvm/llvm-project/commit/673e9828be2ce1af1b2ab88265c7e2b28f9a8dd6
Author: Frederik Gossen <frgossen at google.com>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
Log Message:
-----------
[MLIR] Fix iteration counting in greedy pattern application
Previously, checking that a fix point is reached was counted as a full
iteration. As this "iteration" never changes the IR, this seems counter-
intuitive.
Differential Revision: https://reviews.llvm.org/D123641
More information about the All-commits
mailing list