summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Bufferization/Transforms/LowerDeallocations.cpp
AgeCommit message (Expand)Author
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (33/n) (#150659)Maksim Levental
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (15/n) (#149921)Maksim Levental
2025-07-08[mlir] Remove unused includes (NFC) (#147549)Kazu Hirata
2025-06-22[mlir] Migrate away from ValueRange(std::nullopt) (NFC) (#145210)Kazu Hirata
2025-03-06[MLIR][NFC] Retire let constructor for Bufferization (#129850)lorenzo chelini
2024-09-30[mlir][NFC] Minor cleanup around `ModuleOp` usage (#110498)Matthias Springer
2024-07-15[mlir] [bufferize] fix bufferize deallocation error in nest symbol table (#98...donald chen
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2023-09-26[mlir][bufferization] LowerDeallocation: declare helper function private (#67...Martin Erhart
2023-08-31[mlir][bufferization] Factor out bufferization.dealloc lowering into separate...Martin Erhart