[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:19 PST 2025
================
@@ -858,8 +972,17 @@ struct GreedyFusion {
}))
continue;
- // Gather memrefs in 'srcNode' that are written and escape out of the
- // block (e.g., memref block arguments, returned memrefs,
+ if (!checkVectorLoadStoreOps(srcId, dstId, producerConsumerMemrefs,
----------------
bondhugula wrote:
areIncomptibleVectorLoadStore?
https://github.com/llvm/llvm-project/pull/122799
More information about the Mlir-commits
mailing list