[Mlir-commits] [mlir] [mlir] Do not merge blocks during canonicalization by default (PR #95057)

Uday Bondhugula llvmlistbot at llvm.org
Mon Jun 10 18:51:25 PDT 2024


================
@@ -29,6 +29,16 @@ enum class GreedyRewriteStrictness {
   ExistingOps
 };
 
+enum class GreedySimplifyRegionLevel {
----------------
bondhugula wrote:

Doc comment for this.

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


More information about the Mlir-commits mailing list