[Mlir-commits] [mlir] MLIR Rewriters: add new listener to emit match failures to user, enhance docs (PR #94130)
Ryan Thomas Lynch
llvmlistbot at llvm.org
Mon Jun 3 10:18:51 PDT 2024
================
@@ -0,0 +1,129 @@
+# Rewriting MLIR
+
+[TOC]
+
+This document details the design and API of the general IR rewriting
+infrastructure present in MLIR. There are specific implemenations
+of this infrastructure, for example [Pattern Rewriting](PatternRewriter.md),
+which is widely used throughout MLIR for canonicalization, conversion, and
+general transformation.
+
+## Rewriters
----------------
emosy wrote:
Helpful suggestions, thank you!
I might need help writing the `OpBuilder` documentation, since I didn't spend as much time fighting with it like I did `RewriterBase`
https://github.com/llvm/llvm-project/pull/94130
More information about the Mlir-commits
mailing list