Prathamesh Tagore 32d46c9033
[mlir][vector] Fix masked load/store emulation for rank-0 memrefs (#173325)
Added rank‑0 handling to masked load/store emulation by reinterpreting
rank‑0 memrefs as 1‑D buffers with a synthetic index, preventing
empty‑indices crashes.

Fixes https://github.com/llvm/llvm-project/issues/131243
2026-01-05 17:56:09 +00:00
..