summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Bufferization/TransformOps
AgeCommit message (Expand)Author
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (15/n) (#149921)Maksim Levental
2025-05-23[MLIR] Add bufferization state class to OneShotBufferization pass (#141019)Michele Scuttari
2025-05-22Revert "[MLIR] Add bufferization state class to OneShotBufferization pass" (#...Michele Scuttari
2025-05-22[MLIR] Add bufferization state class to OneShotBufferization pass (#138143)Michele Scuttari
2024-08-06[mlir] Support DialectRegistry extension comparison (#101119)Nikhil Kalra
2024-06-19[mlir][side effect] refactor(*): Include more precise side effects (#94213)donald chen
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar
2024-01-03Revert "[mlir] Add config for PDL (#69927)"max
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar
2023-10-08[mlir][bufferization] Update empty_tensor_elimination transform op (#68497)Matthias Springer
2023-10-05[mlir][bufferization] Add `dump_alias_sets` option to transform op (#68289)Matthias Springer
2023-09-20[mlir][bufferization][NFC] Move memref specific implementation of AllocationO...Martin Erhart
2023-09-18[mlir][bufferization] Remove allow-return-allocs and create-deallocs pass opt...Martin Erhart
2023-09-14[mlir][bufferization] Empty tensor elimination based on SubsetOpInterface (#6...Matthias Springer
2023-09-13Revert "[mlir][bufferization] Remove allow-return-allocs and create-deallocs ...Martin Erhart
2023-09-13[mlir][bufferization] Remove allow-return-allocs and create-deallocs pass opt...Martin Erhart
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-08-22Make buffer hoisting/promotion passes use AllocationOpInterfaceXiaolei Shi
2023-07-14[mlir][bufferization] Add `buffer_loop_hoisting` transform opMatthias Springer
2023-07-14[mlir][bufferization] OneShotBufferizeOp: Add options to use linalg.copyMatthias Springer
2023-06-20[mlir][transform] Add TransformRewriterMatthias Springer
2023-05-17[mlir] don't hardcode PDL_Operation in Transform dialect extensionsAlex Zinenko
2023-05-15[mlir][transform] Use TrackingListener-aware iterator for getPayloadOpsMatthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-12[mlir][bufferization] Make function boundary type convertion logic dynamic.Oleg Shyshkov
2023-04-06[mlir][bufferization] Add bufferization.eliminate_empty_tensors transform opMatthias Springer
2023-04-06[mlir][bufferize] Simplify one_shot_bufferize transform opMatthias Springer
2023-02-06[mlir] more side effect verification in transform dialectAlex Zinenko
2023-01-06[mlir] adapt TransformEachOpTrait to parameter valuesAlex Zinenko
2022-12-19[MLIR][Bufferization] Introduce `EmptyTensorToAllocTensorOp`Lorenzo Chelini
2022-11-14[MLIR][Transform] Expose map layout option in `OneShotBufferizeOp`Lorenzo Chelini
2022-07-25[mlir] Transform dialect: separate dependent and generated dialectsAlex Zinenko
2022-06-15[mlir] address post-commit review for D127724Alex Zinenko
2022-06-14[mlir] Introduce transform.alternatives opAlex Zinenko
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-06-09[mlir][bufferization] Add OneShotBufferize transform opMatthias Springer