[Mlir-commits] [mlir] [MLIR][Affine] Fix private memref creation bug in affine fusion (PR #126028)
Uday Bondhugula
llvmlistbot at llvm.org
Fri Feb 7 18:38:17 PST 2025
================
@@ -285,3 +285,32 @@ module {
spirv.ReturnValue %3 : !spirv.array<8192 x f32>
}
}
+
+// -----
+
+// PRODUCER-CONSUMER-LABEL: func @same_memref_load_store
+func.func @same_memref_load_store(%producer : memref<32xf32>, %consumer: memref<16xf32>){
----------------
bondhugula wrote:
Actually, multiple producer stores (to different memrefs) are supported. I'll find a test case to add here.
https://github.com/llvm/llvm-project/pull/126028
More information about the Mlir-commits
mailing list