summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/GPU/Transforms/DecomposeMemRefs.cpp
AgeCommit message (Expand)Author
2025-07-21[mlir][NFC] update `mlir/Dialect` create APIs (16/n) (#149922)Maksim Levental
2025-07-07[mlir] Remove unused includes (NFC) (#147455)Kazu Hirata
2025-06-25[mlir] Migrate away from std::nullopt (NFC) (#145523)Kazu Hirata
2025-06-20[mlir] Migrate away from ArrayRef(std::nullopt) (NFC) (#144989)Kazu Hirata
2025-03-06 [MLIR][NFC] Retire let constructor for GPU (#129849)lorenzo chelini
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-10-26[mlir] [memref] add more checks to the memref.reinterpret_cast (#112669)donald chen
2024-08-07[mlir][memref] Rename `MemRef` directories and files. NFC. (#102337)Angel Zhang