[Mlir-commits] [mlir] [mlir][vector] Add more tests for ConvertVectorToLLVM (8/n) (PR #111997)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Oct 14 11:12:35 PDT 2024
================
@@ -2377,7 +2377,7 @@ func.func @matrix_ops_index(%A: vector<64xindex>, %B: vector<48xindex>) -> vecto
// -----
-func.func @transfer_read_1d(%A : memref<?xf32>, %base: index) -> vector<17xf32> {
+func.func @transfer_read_write_1d(%A : memref<?xf32>, %base: index) -> vector<17xf32> {
----------------
banach-space wrote:
Great suggestion, see the latest commit :)
https://github.com/llvm/llvm-project/pull/111997
More information about the Mlir-commits
mailing list