[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


================
@@ -516,6 +630,7 @@ static bool isFusionProfitable(Operation *srcOpInst, Operation *srcStoreOpInst,
     // nest slice 'slice' were to be inserted into the dst loop nest at loop
     // depth 'i'.
     MemRefRegion sliceWriteRegion(srcStoreOpInst->getLoc());
+
----------------
bondhugula wrote:

Drop white space change.

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


More information about the Mlir-commits mailing list