[Mlir-commits] [mlir] [mlir][vector] Fix parser of vector.transfer_read (PR #133721)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Apr 2 05:52:10 PDT 2025
================
@@ -646,6 +655,14 @@ func.func @test_vector.transfer_write(%arg0: memref<?xf32>, %arg1: vector<7xf32>
// -----
+func.func @test_vector.transfer_write(%vec_to_write: vector<3x4xi32>, %output_memref: memref<?xindex>) {
+ %c3_idx = arith.constant 3 : index
----------------
banach-space wrote:
Could this be made symmetric to `@test_vector.transfer_read, i.e. use `i32` instead?
https://github.com/llvm/llvm-project/pull/133721
More information about the Mlir-commits
mailing list