summaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/BufferizationToMemRef
AgeCommit message (Expand)Author
2024-06-13[mlir][bufferization] Unranked memref support for clone (#94757)ryankima
2024-05-24[mlir][test] Fix filecheck annotation typos (#92897)klensy
2023-08-31[mlir][bufferization] Factor out bufferization.dealloc lowering into separate...Martin Erhart
2023-08-28[mlir][bufferization] Enable BufferizationToMemRef to run on functionsMartin Erhart
2023-08-14[mlir][bufferization] Add specialized lowering for deallocs with one memref b...Martin Erhart
2023-08-04[mlir][bufferization] Change semantics of DeallocOp result valuesMartin Erhart
2023-07-19[mlir][bufferization] Add lowering of bufferization.dealloc to memref.deallocMartin Erhart
2022-09-17[mlir] use strided layout in structured codegen-related testsAlex Zinenko
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/...River Riddle
2022-03-16[mlir][bufferize] Support layout maps in bufferization.clone loweringMatthias Springer
2021-11-30[mlir] Decompose Bufferization Clone operation into Memref Alloc and Copy.Julian Gross