[Mlir-commits] [mlir] [MLIR][Affine] Fix affine loop fusion with vector ops #115849, #120227 (PR #122799)
Uday Bondhugula
llvmlistbot at llvm.org
Mon Feb 3 00:50:20 PST 2025
================
@@ -306,9 +420,9 @@ static Value createPrivateMemRef(AffineForOp forOp, Operation *srcStoreOpInst,
} else {
newMemSpace = oldMemRefType.getMemorySpaceAsInt();
}
+
----------------
bondhugula wrote:
Drop white space.
https://github.com/llvm/llvm-project/pull/122799
More information about the Mlir-commits
mailing list