[Mlir-commits] [mlir] [mlir][linalg] Fix incorrect linalg short form printing (PR #153219)

Boyana Norris llvmlistbot at llvm.org
Wed Aug 13 21:09:34 PDT 2025


================
@@ -592,6 +620,29 @@ func.func @map_arith_with_attr(%lhs: tensor<64xf32>, %rhs: tensor<64xf32>,
 
 // -----
 
+func.func @map_not_short_form_compatible(%arg0: tensor<1x32xf32>, %arg1: tensor<1x32xf32>) -> tensor<1x32xf32> {
+  %res = tensor.empty() : tensor<1x32xf32>
----------------
brnorris03 wrote:

Updated, thanks for the suggestion!

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


More information about the Mlir-commits mailing list