[Mlir-commits] [mlir] [mlir][affine] Make AffineForEmptyLoopFolder as folder function (PR #163929)

Matthias Springer llvmlistbot at llvm.org
Fri Oct 17 02:56:56 PDT 2025


https://github.com/matthias-springer commented:

What's the reason for making this a folder? I don't think there's a guideline, but folders are typically pretty small pieces of code. E.g., this loops similar to `SimplifyTrivialLoops` in the `SCF` dialect, where it is a canonicalization pattern.

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


More information about the Mlir-commits mailing list