[Mlir-commits] [mlir] [MLIR][Affine] Fix memref replacement in affine-data-copy-generate (PR #139016)

Uday Bondhugula llvmlistbot at llvm.org
Thu May 29 22:49:19 PDT 2025


================
@@ -445,10 +445,15 @@ static Value createPrivateMemRef(AffineForOp forOp,
   // Replace all users of 'oldMemRef' with 'newMemRef'.
   Operation *domFilter =
       getDominanceFilterForPrivateMemRefRepl(sliceInsertionBlock, storeOps);
+  auto userFilterFn = [&](Operation *user) {
----------------
bondhugula wrote:

Responded above.

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


More information about the Mlir-commits mailing list