[Mlir-commits] [mlir] [MLIR][Vector]Generalize DropUnitDimFromElementwiseOps (PR #92934)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Jun 3 02:11:10 PDT 2024
================
@@ -459,6 +459,41 @@ func.func @fold_unit_dims_entirely(%arg0 : vector<8xi32>,
// CHECK-128B-LABEL: func @fold_unit_dims_entirely(
// CHECK-128B-NOT: memref.collapse_shape
+// -----
+
+func.func @fold_unit_inner_dim(%arg0 : vector<8x1x3xf128>,
----------------
banach-space wrote:
[nit]
```suggestion
func.func @fold_inner_unit_dim(%arg0 : vector<8x1x3xf128>,
```
https://github.com/llvm/llvm-project/pull/92934
More information about the Mlir-commits
mailing list