[Mlir-commits] [mlir] [mlir:doc] Clarify requirements on `RewritePatterns`. (PR #218351)

Ingo Müller llvmlistbot at llvm.org
Mon Aug 24 02:21:50 PDT 2026


================
@@ -73,15 +73,23 @@ public:
 
 #### Restrictions
 
+*   Patterns must transform verifiable IR into verifiable IR, i.e., the IR must
----------------
ingomueller-net wrote:

Would it make sense to document this as best practice, then? How about the folders?

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


More information about the Mlir-commits mailing list