[Mlir-commits] [mlir] [mlir] Add dependent TensorDialect to ConvertVectorToLLVM pass (PR #108045)
Longsheng Mou
llvmlistbot at llvm.org
Tue Sep 10 16:20:41 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
----------------
CoTinker wrote:
Actually, `tensor.dim` only exist in intermediate process.
https://github.com/llvm/llvm-project/pull/108045
More information about the Mlir-commits
mailing list