[Mlir-commits] [mlir] [mlir] Reuse pack dest in tensor.pack decomposition (PR #108025)
Han-Chung Wang
llvmlistbot at llvm.org
Sun Sep 15 23:44:30 PDT 2024
================
@@ -62,14 +62,15 @@ module attributes {transform.with_named_sequence} {
// -----
// CHECK-LABEL: func.func @pack_as_pad(
+// CHECK: %[[SRC:.+]]: tensor<129x47x16x16xf32>,
+// CHECK: %[[OUT:.+]]: tensor<1x1x1x1x136x64x16x16xf32>)
----------------
hanhanW wrote:
Tip: you can write `%[[SRC:[a-zA-Z0-9]+]]` to avoid capturing the types, which is not important in the lit tests.
https://github.com/llvm/llvm-project/pull/108025
More information about the Mlir-commits
mailing list