summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Vector/Transforms/LowerVectorTransfer.cpp
AgeCommit message (Expand)Author
2025-07-31[mlir][vector] Avoid use of vector.splat in transforms (#150279)James Newling
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-05-12[mlir][vector] Standardize `base` Naming Across Vector Ops (NFC) (#137859)Andrzej Warzyński
2025-01-22[mlir][Vector] Remove Vector{Load|Store}ToMemrefLoadLowering (#121454)Tejas Vipin
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer
2024-10-22[mlir][Vector] Support 0-d vectors natively in TransferOpReduceRank (#112907)Kunwar Grover
2024-08-04[mlir] Construct SmallVector with ArrayRef (NFC) (#101896)Kazu Hirata
2024-07-16[mlir][vector] Make the in_bounds attribute mandatory (#97049)Andrzej Warzyński
2024-06-18[MLIR][Vector] Implement XferOp To {Load|Store}Lowering as MaskableOpRewriteP...Hugo Trachino
2024-06-12[MLIR][Vector] Implement TransferOpReduceRank as MaskableOpRewritePattern (#9...Hugo Trachino
2024-05-20[MLIR][Vector] Implement transferXXPermutationLowering as MaskableOpRewritePa...Hugo Trachino
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg
2024-03-22[mlir][vector] Propagate scalability in TransferWriteNonPermutationLowering (...Crefeda Rodrigues
2023-11-14[mlir][affine][nfc] cleanup deprecated T.cast style functions (#71269)long.chen
2023-09-28[mlir][vector] don't emit non-rank 1 masked load and store (#67656)Cullen Rhodes
2023-09-11[mlir][VectorOps] Don't drop scalable dims when lowering transfer_reads/write...Benjamin Maxwell
2023-08-10[mlir][vector] Add missing support for scalable vectorsAndrzej Warzynski
2023-07-17[mlir][IR] Remove duplicate `isLastMemrefDimUnitStride` functionsMatthias Springer
2023-07-14[mlir][vector] VectorToSCF: Omit redundant out-of-bounds checkMatthias Springer
2023-07-10[mlir][vector] Fix bug in `TransferWriteNonPermutationLowering`Matthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-03-24[mlir][Vector][Transforms] Improve the control over individual vector lowerin...Nicolas Vasilache
2023-03-23[mlir][Vector] NFC - Reorganize vector patternsNicolas Vasilache