summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Bufferization/Transforms/BufferOptimizations.cpp
AgeCommit message (Expand)Author
2025-03-06[MLIR][NFC] Retire let constructor for Bufferization (#129850)lorenzo chelini
2024-07-04[NFC][MLIR] Fix: `alloca` promotion for `AllocationOpInterface` (#97672)Nikhil Kalra
2024-05-04Avoid buffer hoisting from parallel loops (#90735)Rafael Ubal
2024-01-07[mlir][Interfaces][NFC] Move region loop detection to `RegionBranchOpInterfac...Matthias Springer
2023-08-22Add LLVM_MARK_AS_BITMASK_ENUM to HoistingKind enumXiaolei Shi
2023-08-22Make buffer hoisting/promotion passes use AllocationOpInterfaceXiaolei Shi
2023-08-08[mlir][NFC] Make `ReturnLike` trait imply `RegionBranchTerminatorOpInterface`Markus Böck
2023-07-14[mlir][bufferization] Add `buffer_loop_hoisting` transform opMatthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-02-16[mlir] PromoteBuffersToStackPass - Copy attributes of original AllocOpMaya Amrami
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-07-10[mlir] Flip accessors to prefixed form (NFC)Jacques Pienaar
2022-01-27[mlir][BufferOptimization] Use datalayout instead of a flag to find index sizeBenjamin Kramer
2022-01-24[mlir] Move the Buffer related source files out of Transforms/River Riddle