summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/MemRef/Transforms/MultiBuffer.cpp
AgeCommit message (Expand)Author
2025-08-26[mlir][MemRef] Address TODO to use early_inc to simplify elimination of uses ...Samarth Narang
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
2025-02-14[MLIR][NFC] Return MemRefType in memref.subview return type inference functio...Tomás Longeri
2024-01-17[mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260)Matthias Springer
2023-09-19[mlir][Interfaces] `LoopLikeOpInterface`: Support ops with multiple regions (...Matthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2023-03-28[mlir][MemRef] Move transform related functions in Transforms.hQuentin Colombet
2023-03-01[mlir][MemRef] Rewrite multi-buffering with proper composable abstractionsNicolas Vasilache
2023-02-17[mlir] add option to multi-bufferingThomas Raoux
2023-02-16[mlir][MemRef] NFC - Add debug information to MultiBuffer.cppNicolas Vasilache
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra
2022-11-25[MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transformLorenzo Chelini
2022-10-12Apply clang-tidy fixes for llvm-else-after-return in MultiBuffer.cpp (NFC)Mehdi Amini
2022-10-03[mlir][memref] Extend multi-buffering transformKirsten Lee
2022-09-28[mlir][transform] Add multi-buffering to the transform dialectKirsten Lee
2022-07-10[mlir] Flip accessors to prefixed form (NFC)Jacques Pienaar
2022-07-05[mlir][memref] Improve type inference for rank-reducing subviewsMatthias Springer
2022-02-24[mlir][memref] Add transformation to do loop multi-bufferingThomas Raoux