[Mlir-commits] [mlir] [mlir][vector] reject negative strides for `vector.load`/`vector.store` (PR #204611)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Jun 19 04:15:24 PDT 2026
================
----------------
banach-space wrote:
Note that both tests (for `vector.load` and `vector.store`) are currently placed under the `vector.store` block:
```
//===----------------------------------------------------------------------===//
// vector.store
//===----------------------------------------------------------------------===//
```
Could you move `vector.load`?
I know that this is a bit annoying and non-obvoius, but grouping tests really helps make maintenance easier. Thank you!
https://github.com/llvm/llvm-project/pull/204611
More information about the Mlir-commits
mailing list