[Mlir-commits] [mlir] [mlir] Enable decoupling two kinds of greedy behavior. (PR #104649)

Matthias Springer llvmlistbot at llvm.org
Fri Aug 23 15:13:21 PDT 2024


================
@@ -91,6 +91,15 @@ class GreedyRewriteConfig {
 
   /// An optional listener that should be notified about IR modifications.
   RewriterBase::Listener *listener = nullptr;
+
+  // Whether this should fold while greedily rewriting.
----------------
matthias-springer wrote:

nit: tripple `///`

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


More information about the Mlir-commits mailing list