summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Tensor/Transforms/ReshapePatterns.cpp
AgeCommit message (Expand)Author
2025-11-19[mlir][tensor] Drop unused AffineExpr variable (NFC) (#168651)Longsheng Mou
2025-09-12[mlir][NFC] Correct pattern names to match the behaviors. (#158177)Han-Chung Wang
2025-08-19[mlir][tensor][NFC] Refactor common methods for bubbling extract_slice op (#1...Ian Wood
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (33/n) (#150659)Maksim Levental
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-06-05[mlir] Directly call ShapedType::isDynamic without lambdas (NFC) (#142994)Kazu Hirata
2025-05-20[mlir][NFC] Simplify constant checks with isOneInteger and renamed isZeroInte...Han-Chung Wang
2025-04-15[mlir][Tensor] Generalize the pattern to swap `tensor.collapse_shape` -> `ten...MaheshRavishankar
2025-04-02[MLIR] Bubble up tensor.extract_slice through tensor.collapse_shape (#131982)ofri frishman
2025-03-11[mlir] Add special case for 0-D tensor when fusing expand from collapse (#130...Evan Liu
2025-03-03[MLIR] Add pattern to bubble up tensor.extract_slice (#126898)ofri frishman
2024-08-14[mlir] Add bubbling patterns for non intersecting reshapes (#103401)Ian Wood
2024-05-31[mlir][tensor] Fold unpadding collapse_shape into extract_slice (#93554)Adam Siemieniuk
2024-05-24[mlir][tensor] Fold padding expand_shape into insert_slice (#93018)Adam Siemieniuk
2022-12-07[mlir][tensor] Support parallel_insert_slice in reassociative reshape folderMatthias Springer
2022-12-05[mlir][tensor] Fold rank-reducing insert_slice with inverse collapse_shapeMatthias Springer
2022-12-05[mlir][tensor] Fold rank-reducing extract_slice with inverse expand_shapeMatthias Springer
2022-12-02Revert "[mlir][tensor] Fold rank-reducing extract_slice with inverse expand_s...Matthias Springer
2022-12-02Revert "[mlir][tensor] Fold rank-reducing insert_slice with inverse collapse_...Matthias Springer
2022-12-02[mlir][tensor] Fold rank-reducing insert_slice with inverse collapse_shapeMatthias Springer
2022-12-02[mlir][tensor] Fold rank-reducing extract_slice with inverse expand_shapeMatthias Springer