summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Tensor/Transforms/EmptyOpPatterns.cpp
AgeCommit message (Expand)Author
2025-07-23[mlir][NFC] update `mlir/Dialect` create APIs (23/n) (#149930)Maksim Levental
2025-07-11[mlir] Remove unused includes (NFC) (#148119)Kazu Hirata
2025-02-17[mlir][tensor][linalg] Move Pack/UnPack Ops to Linalg (#123902)Andrzej WarzyƄski
2024-07-17[mlir][Tensor] Add pattern to fold concats of empty. (#98994)MaheshRavishankar
2024-05-22[mlir][tensor] Fold pack and unpack of empty input tensor (#92247)Adam Siemieniuk
2023-06-09[mlir][tensor] Add option to fold only tensor.empty with a single useMatthias Springer
2023-03-10[mlir][NFC] reifyResultShapes: Add extra error checkingMatthias Springer
2023-03-06[mlir][Interfaces] ReifyRankedShapedTypeOpInterface returns OpFoldResultsMatthias Springer
2022-12-07[mlir] Make patterns for folding tensor.empty optional.Alexander Belyaev