summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Vector/Transforms/LowerVectorGather.cpp
AgeCommit message (Expand)Author
2025-10-02[mlir][vector] Simplify op rewrite pattern inheriting constructors. NFC. (#16...Jakub Kuderski
2025-09-05[mlir][vector] Propagate alignment in LowerVectorGather. (#155683)Erick Ochoa Lopez
2025-08-25[mlir][vector] Rename gather/scatter arguments (nfc) (#153640)Andrzej Warzyński
2025-08-18[mlir][vector] Support multi-dimensional vectors in VectorFromElementsLowerin...Yang Bai
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (32/n) (#150657)Maksim Levental
2025-07-22[mlir][NFC] update `mlir/Dialect` create APIs (24/n) (#149931)Maksim Levental
2025-07-14[mlir] Remove unused includes (NFC) (#148769)Kazu Hirata
2025-03-24[mlir][vector] Decouple unrolling gather and gather to llvm lowering (#132206)Kunwar Grover
2025-01-12[MLIR][Vector] Allow any strided memref for one-element vector.load in loweri...Twice
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-06-24[mlir][vector] Fix FlattenGather for scalable vectors (#96074)Cullen Rhodes
2024-06-20[mlir][vector] Disable Gather1DToConditionalLoads for scalable vectors (#96049)Cullen Rhodes
2023-11-30[mlir][Vector] Add a rewrite pattern for gather over a strided memref (#72991)Andrzej Warzyński
2023-03-30[mlir][vector][NFC] Clean up vector gather lowering commentsJakub Kuderski
2023-03-23[mlir][Vector] NFC - Reorganize vector patternsNicolas Vasilache