[Mlir-commits] [mlir] [mlir][vector] Add more tests for ConvertVectorToLLVM (10/n) (PR #117041)
Hugo Trachino
llvmlistbot at llvm.org
Wed Nov 20 18:54:47 PST 2024
================
@@ -3042,13 +3042,13 @@ func.func @vector_store_index_scalable(%memref : memref<200x100xindex>, %i : ind
// -----
-func.func @vector_store_op_0d(%memref : memref<200x100xf32>, %i : index, %j : index) {
+func.func @vector_store_0d(%memref : memref<200x100xf32>, %i : index, %j : index) {
----------------
nujaa wrote:
NIT or part of another MR, this test has args like %memref whereas other seem to follow argX type.
https://github.com/llvm/llvm-project/pull/117041
More information about the Mlir-commits
mailing list