[Mlir-commits] [mlir] [mlir][affine] Add affine-loop-constantize-bounds transfrom pass to affine dialect (PR #211989)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Mon Jul 27 00:45:58 PDT 2026


================
@@ -465,4 +465,17 @@ def AffineFoldMemRefAliasOps : Pass<"affine-fold-memref-alias-ops"> {
   let dependentDialects = ["memref::MemRefDialect"];
 }
 
+def AffineLoopConstantizeBounds : Pass<"affine-loop-constantize-bounds"> {
----------------
ftynse wrote:

There's `AffineLoopNormalize` above, why is this not part of that pass?

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


More information about the Mlir-commits mailing list