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

Han-Chung Wang llvmlistbot at llvm.org
Tue Jul 22 10:44:51 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> {
----------------
hanhanW wrote:

See https://github.com/llvm/llvm-project/pull/149624#discussion_r2219693930, it is a dup test if we change the shape.

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


More information about the Mlir-commits mailing list