summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation
AgeCommit message (Expand)Author
2025-10-28Added RecursiveMemoryEffects to ExecuteRegionOp (#164390)ddubov100
2025-10-08[MLIR] Define memory effects for `memref.prefetch` operation (#151261)Alexandre Eichenberger
2025-05-18[mlir][MemRef] Changed AssumeAlignment into a Pure ViewLikeOp (#139521)Shay Kleiman
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-08-07[mlir] Fix block merging (#102038)Giuseppe Rossini
2024-07-25Revert "[mlir] Fix block merging" (#100510)Christian Ulmann
2024-07-17[mlir] Fix block merging (#97697)Giuseppe Rossini
2024-07-02Revert "Fix block merging" (#97460)Mehdi Amini
2024-07-02Fix block merging (#96871)Giuseppe Rossini
2024-06-26Bufferization with ControlFlow Asserts (#95868)McCowan Zhang
2024-06-10[mlir][bufferization] Fix handling of indirect function calls (#94896)Matthias Springer
2024-03-25[mlir][bufferization] Add `BufferOriginAnalysis` (#86461)Matthias Springer
2024-02-05[mlir][bufferization] Never pass ownership to functions (#80655)Matthias Springer
2024-02-02[MLIR][Vector] Implement memory effect for print (#80400)lorenzo chelini
2024-01-21[mlir][bufferization] Buffer deallocation: Make op preconditions stricter (#7...Matthias Springer
2023-12-12[mlir][bufferization] Fix `regionOperatesOnMemrefValues` (#75016)Matthias Springer
2023-11-01[mlir][bufferization] Fix ownership computation of unknown ops (#70773)Matthias Springer
2023-10-23[mlir][bufferization] Ownership-based deallocation: Allow manual (de)allocs (...Matthias Springer
2023-10-02[mlir][bufferization] Better analysis around allocs and block arguments (#67923)Matthias Springer
2023-09-28Revert "[mlir][bufferization] Don't clone on unknown ownership and verify fun...Martin Erhart
2023-09-28[mlir][bufferization] Don't clone on unknown ownership and verify function bo...Martin Erhart
2023-09-27[mlir][bufferization] Make buffer deallocation pipeline op type independent (...Matthias Springer
2023-09-27[mlir][bufferization] OwnershipBasedBufferDeallocation fixes (#67418)Martin Erhart
2023-09-15[mlir][bufferization] Define a pipeline for buffer deallocation (#66352)Martin Erhart
2023-09-14[mlir][bufferization] BufferDeallocationOpInterface: support custom ownership...Martin Erhart
2023-09-14[mlir][bufferization][NFC] Introduce BufferDeallocationOpInterface (#66349)Martin Erhart
2023-09-14[mlir][bufferization] Add an ownership based buffer deallocation pass (#66337)Martin Erhart