summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/MemRef/IR/MemRefMemorySlot.cpp
AgeCommit message (Expand)Author
2025-11-15[mlir][MemRef] Add UB as a dependent dialect and use `ub.poison` for Mem2Reg ...Fabian Mora
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (18/n) (#149925)Maksim Levental
2025-07-12[llvm] Remove unused includes (NFC) (#148342)Kazu Hirata
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-06-30[mlir][sroa] Update name of subelement types in destructurable slots (#97226)Théo Degioanni
2024-05-14[MLIR][SROA] Reuse allocators to avoid rewalking the IR (#91971)Christian Ulmann
2024-05-13[MLIR][Mem2Reg] Fix multi slot handling & move retry handling (#91464)Christian Ulmann
2024-05-08[MLIR][Interfaces] Change MemorySlotInterface to use OpBuilder (#91341)Christian Ulmann
2024-04-24[MLIR][LLVM][Mem2Reg] Extends support for partial stores (#89740)Christian Ulmann
2024-04-18[MLIR][Mem2Reg][LLVM] Enhance partial load support (#89094)Christian Ulmann
2024-03-22[MLIR][LLVM][SROA] Support incorrectly typed memory accesses (#85813)Christian Ulmann
2024-03-20[MLIR][SROA][Mem2Reg] Add data layout to interface methods (#85644)Christian Ulmann
2024-01-17[mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260)Matthias Springer
2023-11-06[mlir][memref] Fix segfault in SROA (#71063)Théo Degioanni
2023-06-14[mlir][llvm] Add memset support for mem2reg/sroaThéo Degioanni
2023-05-26[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp
2023-05-25[mlir] Removing unnecessary includes from Memref dialectJohn Demme
2023-05-24[mlir] [sroa] Add support for MemRef.Théo Degioanni