[Mlir-commits] [mlir] [mlir][vector] Fix parser of vector.transfer_read (PR #133721)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Apr 8 04:19:59 PDT 2025


================
@@ -525,6 +525,15 @@ func.func @test_vector.transfer_read(%arg0: memref<?x?xvector<2x3xf32>>) {
 
 // -----
 
+func.func @test_vector.transfer_read(%arg1: memref<?xindex>) -> vector<3x4xi32> {
----------------
douyixuan wrote:

The test case associated with this issue utilizes `i32` instead of `index`, while the transfer_write test case serves as its inverse. Should I include an additional test case specifically for `i32`?

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


More information about the Mlir-commits mailing list