[Mlir-commits] [mlir] [mlir][vector] Allow lowering multi-dim scatters to LLVM (PR #132227)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Mar 24 09:29:29 PDT 2025


https://github.com/banach-space commented:

Thanks for the addition! Could you add tests for the new pattern?

Basically, if we are reaching feature parity between `vector.gather` and `vector.scatter`, we should also make sure that the testing coverage is similar. I see two test files that exercise unrolling/lowering of `vector.gather`:
* https://github.com/llvm/llvm-project/blob/main/mlir/test/Dialect/Vector/vector-gather-lowering.mlir
* https://github.com/llvm/llvm-project/blob/main/mlir/test/Dialect/Vector/vector-transfer-unroll.mlir

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


More information about the Mlir-commits mailing list