[Mlir-commits] [mlir] [mlir] Add fast walk-based pattern rewrite driver (PR #113825)

Jakub Kuderski llvmlistbot at llvm.org
Sun Oct 27 15:31:52 PDT 2024


================
@@ -470,34 +527,6 @@ struct TestStrictPatternDriver
     }
   };
 
-  // Replace an operation may introduce the re-visiting of its users.
-  class ReplaceWithNewOp : public RewritePattern {
----------------
kuhar wrote:

This was originally defined inside a test pass class and I wanted to use it in my new test pass

https://github.com/llvm/llvm-project/pull/113825


More information about the Mlir-commits mailing list