[Mlir-commits] [mlir] [mlir][vector] Restrict DropInnerMostUnitDimsTransferWrite (PR #96218)

Andrzej Warzyński llvmlistbot at llvm.org
Fri Jun 21 08:34:45 PDT 2024


================
@@ -367,6 +367,33 @@ func.func @contiguous_inner_most_dynamic_outer_scalable_inner_dim(%a: index, %b:
 
 // -----
 
+func.func @contiguous_inner_most_non_zero_idxs(%arg0: memref<16x1xf32>, %arg1: vector<8x1xf32>, %i: index) {
----------------
banach-space wrote:

Good catch! At one point I convinced myself that there was a difference, but now I see that I was wrong 😅 Let me delete this.

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


More information about the Mlir-commits mailing list