[Mlir-commits] [mlir] [mlir][vector] Add registry for tensor dialect (PR #108045)

Mehdi Amini llvmlistbot at llvm.org
Tue Sep 10 15:20:26 PDT 2024


================
@@ -2521,6 +2521,16 @@ func.func @transfer_write_1d_scalable_mask(%arg0: memref<1x?xf32>, %vec: vector<
 
 // -----
 
+// CHECK-LABEL: func @transfer_write_tensor
+//       CHECK:   vector.transfer_write
----------------
joker-eph wrote:

There is no "tensor" operation checked in the output here?

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


More information about the Mlir-commits mailing list