[Mlir-commits] [mlir] [MLIR][Affine] Fix private memref creation bug in affine fusion (PR #126028)
Arnab Dutta
llvmlistbot at llvm.org
Thu Feb 6 21:22:48 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`
----------------
arnab-polymage wrote:
Nit: null -> nullptr
https://github.com/llvm/llvm-project/pull/126028
More information about the Mlir-commits
mailing list