[Mlir-commits] [mlir] [mlir][vector] Verify non-unit strides on `masked/expand/compress` ops (PR #210952)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Jul 23 07:32:57 PDT 2026
https://github.com/banach-space commented:
Thank you for the updates, this is exactly what I had in mind. The overall picture is much clearer now - the table is super helpful!
> Reject statically-known non-unit strides; a dynamic stride is still
accepted (see linked issue for discussion on why this differs from
vector.load/store).
I can't find the link. Also, now that this has been simplified, we can discuss whether the special-casing implemented in this PR is worth it.
https://github.com/llvm/llvm-project/pull/210952
More information about the Mlir-commits
mailing list