[Mlir-commits] [mlir] [mlir][linalg] Restrict linalg.pack to not have artificial padding. (PR #149624)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Jul 22 07:38:01 PDT 2025


================
@@ -1295,24 +1295,6 @@ func.func @no_bubble_up_pack_expanded_padding_through_expand_cannot_reassociate(
 
 // -----
 
-func.func @no_bubble_up_pack_extending_dimension_through_expand_cannot_reassociate(%arg0: tensor<32x64xf32>) -> tensor<8x4x16x8xf32> {
----------------
Max191 wrote:

Why is this test deleted? Can the pack result just be changed to `tensor<4x4x16x8xf32>`?

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


More information about the Mlir-commits mailing list