[Mlir-commits] [flang] [mlir] [mlir] Do not merge blocks during canonicalization by default (PR #95057)
Giuseppe Rossini
llvmlistbot at llvm.org
Wed Jun 12 06:34:48 PDT 2024
================
@@ -45,7 +55,8 @@ class GreedyRewriteConfig {
/// patterns.
///
/// Note: Only applicable when simplifying entire regions.
- bool enableRegionSimplification = true;
+ GreedySimplifyRegionLevel enableRegionSimplification =
+ GreedySimplifyRegionLevel::Aggressive;
----------------
giuseros wrote:
Thanks @joker-eph
https://github.com/llvm/llvm-project/pull/95057
More information about the Mlir-commits
mailing list