[Mlir-commits] [mlir] [mlir][vector] Fix parser of vector.transfer_read (PR #133721)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Apr 14 22:36:11 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> {
----------------
banach-space wrote:
I don't believe this has been resolved, so I posted a new comment with a suggestion to make my expectations a bit clearer. Thanks!
https://github.com/llvm/llvm-project/pull/133721
More information about the Mlir-commits
mailing list