[Mlir-commits] [mlir] MLIR Rewriters: add new listener to emit match failures to user, enhance docs (PR #94130)
Matthias Springer
llvmlistbot at llvm.org
Sun Jun 2 01:58:48 PDT 2024
================
@@ -362,7 +354,8 @@ from being added to the worklist throughout the rewrite process:
the worklist was initialized) are added to the worklist.
Note: This driver listens for IR changes via the callbacks provided by
-`RewriterBase`. It is important that patterns announce all IR changes to the
+[`RewriterBase`](RewritingMLIR.md#rewriterbase. It is important that patterns
----------------
matthias-springer wrote:
Parenthesis missing.
https://github.com/llvm/llvm-project/pull/94130
More information about the Mlir-commits
mailing list