[Mlir-commits] [mlir] feat(linalg): add a way to pass controlFn to `foldIntoPackUnpackPatterns` (PR #143685)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jun 30 07:27:27 PDT 2025
================
@@ -797,4 +892,4 @@ func.func @unpack_generic_transpose_fold(%arg0: tensor<57x3x56x1x64xf32>) -> ten
// CHECK-SAME: inner_tiles = [1, 64]
// CHECK-SAME: into %[[OUT:.+]] : tensor<57x3x56x1x64xf32> -> tensor<3648x3x56xf32>
// CHECK: return %[[UNPACK]] : tensor<3648x3x56xf32>
-// CHECK: }
+// CHECK: }
----------------
Max191 wrote:
nit: new line at end of file.
https://github.com/llvm/llvm-project/pull/143685
More information about the Mlir-commits
mailing list