[Mlir-commits] [mlir] [MLIR][Affine] Fix private memref creation bug in affine fusion (PR #126028)

Uday Bondhugula llvmlistbot at llvm.org
Thu Feb 6 21:58:40 PST 2025


================
@@ -610,6 +610,14 @@ FailureOr<AffineValueMap>
 simplifyConstrainedMinMaxOp(Operation *op,
                             FlatAffineValueConstraints constraints);
 
+/// Find the innermost common `Block` of `a` and `b` in the affine scope
+/// that `a` and `b` are part of. Return nullptr if they belong to different
+/// affine scopes. Also, return null if they do not have a common `Block`
----------------
bondhugula wrote:

It's not for just function arguments, but I use it for other proper MLIR notation that would otherwise make the sentence broken.

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


More information about the Mlir-commits mailing list