[Mlir-commits] [mlir] [mlir][vector] Allow multi dim vectors in vector.scatter (PR #132217)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Mar 20 12:57:34 PDT 2025


================
@@ -1719,6 +1719,40 @@ func.func @gather_with_zero_mask_scalable(%arg0: memref<?xf32>, %arg1: vector<2x
 
 // -----
 
+//===----------------------------------------------------------------------===//
+// vector.scatter
+//===----------------------------------------------------------------------===//
----------------
banach-space wrote:

Do these qualify as "complex tests"L
* https://github.com/llvm/llvm-project/blob/d928a671b84afb9c2ad64353694537a198f04651/mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir#L3-L13

If not, move somewhere here https://github.com/llvm/llvm-project/blob/d928a671b84afb9c2ad64353694537a198f04651/mlir/test/Conversion/VectorToLLVM/vector-to-llvm-interface.mlir#L2152-L2154

Also, given that these are "negative" tests, we could label them accordingly:
* https://mlir.llvm.org/getting_started/TestingGuide/#step-3-add-the-newly-identified-missing-case

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


More information about the Mlir-commits mailing list