[Mlir-commits] [mlir] [MLIR] [Vector] Fix canonicalization for vector.scatter with tensor output (PR #168824)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Dec 8 10:08:19 PST 2025


https://github.com/banach-space approved this pull request.

These changes make sense to me. For example, there is no `vector.maskedstore` on tensors, so the corresponding folder (`vector.scatter` -> `vector.maskedstore`) has to be disabled. This boils down to asymmetry between `vector.scatter`/`vector.gather` and `vector.maskedstore`/`vector.maskedload` (the former take tensros + memref, the latter only takes memrefs). 

LGTM % minor nits, thanks!

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


More information about the Mlir-commits mailing list