Ryutaro Okada 04b197599e
[MLIR] [Vector] Fix canonicalization for vector.scatter with tensor output (#168824)
Commit
7e7ea9c535
added tensor support for scatter, but running the existing
canonicalization on tensors causes bugs, so we fix the canonicalization
with tensor output.

Closes https://github.com/llvm/llvm-project/issues/168695

---------

Signed-off-by: Ryutaro Okada <1015ryu88@gmail.com>
2025-12-12 12:24:37 +00:00
..