[Mlir-commits] [mlir] [mlir][affine] Add affine-loop-constantize-bounds transfrom pass to affine dialect (PR #211989)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Tue Jul 28 00:20:25 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:
Yes, and just call it `use-presburger` or `use-expensive-math`, no need to invent new words for this.
https://github.com/llvm/llvm-project/pull/211989
More information about the Mlir-commits
mailing list