[Mlir-commits] [mlir] [mlir][scf] Fold away `scf.for` iter args cycles (PR #173436)
Matthias Springer
llvmlistbot at llvm.org
Tue Dec 30 06:10:24 PST 2025
matthias-springer wrote:
Reverting this (and re-landing as @Hardcode84 suggested is fine with me).
Btw, I am trying to remove `ForOpIterArgsFolder` entirely in favor of one or multiple new patterns (that work on all `RegionBranchOpInterface` ops) that incrementally simplify region-based ops.
https://github.com/llvm/llvm-project/pull/173436
More information about the Mlir-commits
mailing list