[Mlir-commits] [mlir] [mlir] Add fast walk-based pattern rewrite driver (PR #113825)
Mehdi Amini
llvmlistbot at llvm.org
Sun Oct 27 12:35:02 PDT 2024
================
@@ -470,34 +527,6 @@ struct TestStrictPatternDriver
}
};
- // Replace an operation may introduce the re-visiting of its users.
- class ReplaceWithNewOp : public RewritePattern {
----------------
joker-eph wrote:
Why did you need all this code motion?
https://github.com/llvm/llvm-project/pull/113825
More information about the Mlir-commits
mailing list