[Mlir-commits] [mlir] [mlir] Vectorize tensor.pad with low padding for unit dims (PR #133808)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Apr 2 03:15:42 PDT 2025
================
@@ -664,6 +664,48 @@ module attributes {transform.with_named_sequence} {
}
}
+// -----
+// This case is supported because low padding `%l0` is applied on
+// a unit dimension which is supported, non unit result dimension low
+// padding is currently unsupported.
+// CHECK-LABEL: func @test_masked_vectorize_unit_lowpad
+func.func @test_masked_vectorize_unit_lowpad(
----------------
banach-space wrote:
[nit] Make it a tiny bit more descriptive.
```suggestion
func.func @test_masked_vectorize_non_zero_low_pad_unit_res_dim(
```
https://github.com/llvm/llvm-project/pull/133808
More information about the Mlir-commits
mailing list