[Mlir-commits] [mlir] [mlir][vector] Add more tests for ConvertVectorToLLVM (8/n) (PR #111997)

Javed Absar llvmlistbot at llvm.org
Mon Oct 14 03:49:00 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> {
----------------
javedabsar1 wrote:

This file has become too big. Would you consider separating 'vector-transer-to-llvm.mlir like existing vector-mask-to-llvm ?

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


More information about the Mlir-commits mailing list