[Mlir-commits] [mlir] [mlir][Linalg] Add a pattern to fold concats of fill. (PR #98995)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jul 17 10:18:34 PDT 2024
================
@@ -1096,3 +1096,30 @@ func.func @transpose_transpose_fold(%input: tensor<5x4x3xf32>,
func.return %transpose2 : tensor<3x4x5xf32>
}
+
+// -----
+
+func.func @concats_of_fill(
----------------
MaheshRavishankar wrote:
That would happen with this https://github.com/llvm/llvm-project/commit/c077a4f305aa7faf92a1438b239078c1da1563a9
https://github.com/llvm/llvm-project/pull/98995
More information about the Mlir-commits
mailing list