lialan ce112a7f44
[MLIR] support dynamic indexing in VectorEmulateNarrowTypes (#114169)
* Supports `vector.load` and `vector.transfer_read` ops.
* In the case of dynamic indexing, use per-element insertion/extraction
to build desired narrow type vectors.
* Fixed wrong function comment of `getCompressedMaskOp`.

---------

Co-authored-by: Han-Chung Wang <hanhan0912@gmail.com>
2024-11-05 09:21:03 -08:00
..