[all-commits] [llvm/llvm-project] 67760d: [mlir] GreedyPatternRewriteDriver: Make classes si...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jan 27 02:03:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67760d7e315ff90198bccfd4b0a3934f7a30e6ce
https://github.com/llvm/llvm-project/commit/67760d7e315ff90198bccfd4b0a3934f7a30e6ce
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
Log Message:
-----------
[mlir] GreedyPatternRewriteDriver: Make classes single-use
Less mutable state, more `const`. This is to address a concern about complexity of state in D140304.
Differential Revision: https://reviews.llvm.org/D141949
More information about the All-commits
mailing list