summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/MemRef/Utils
AgeCommit message (Expand)Author
2025-11-20[mlir][memref] Generalize dead store detection to all view-like ops (#168507)Simone Pellegrini
2025-11-11[mlir]: Add handling of escaped memrefs to erase_dead_alloc_and_stores (#167255)Dmitriy Smirnov
2025-09-28[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in MemRefUtils.cpp (NFC)Mehdi Amini
2025-08-21[mlir] add getViewDest method to viewLikeOpInterface (#154524)donald chen
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (27/n) (#150638)Maksim Levental
2025-07-24Reapply "[AMDGPU] fold `memref.subview/expand_shape/collapse_shape` into `am...Alan Li
2025-07-23Revert "[AMDGPU] fold `memref.subview/expand_shape/collapse_shape` in… (#15...Alan Li
2025-07-23[AMDGPU] fold `memref.subview/expand_shape/collapse_shape` into `amdgpu.gathe...Alan Li
2025-07-12[llvm] Remove unused includes (NFC) (#148342)Kazu Hirata
2025-06-23[MLIR][MemRef] Add `alloca` support for `erase_dead_alloc_and_stores` (#142131)Vitalii Shutov
2025-05-08[MLIR] Fixing the memref linearization size computation for non-packed memref...Zhuoran Yin
2025-04-14[mlir] Use llvm::append_range (NFC) (#135722)Kazu Hirata
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer
2024-10-29[MLIR] VectorEmulateNarrowType to support loading of unaligned vectors (#113411)lialan
2024-10-02[mlir][vector] Add all view-like ops to transfer flow opt (#110521)Quinn Dawkins
2024-06-03[mlir][MemRef] Extend memref.subview sub-byte type emulation support. (#94045)Han-Chung Wang
2024-05-16[mlir][vector] Teach `TransferOptimization` to look through trivial aliases (...Benjamin Maxwell
2024-05-08[mlir][fold-memref-alias-ops] Add support for folding memref.expand_shape inv...Prathamesh Tagore
2023-09-01[mlir][memref] Add support for erasing dead allocations.Hanhan Wang
2023-08-29[mlir] Apply ClangTidy fix (NFC)Adrian Kuegel
2023-08-18[mlir] Fix -Wctad-maybe-unsupported in MemRefUtils.cpp (NFC)Jie Fu
2023-08-17[mlir] Revamp implementation of sub-byte load/store emulation.Mahesh Ravishankar
2023-07-13[mlir][MemRef] Move narrow type emulation common methods to MemRefUtils.Hanhan Wang
2023-05-15[mlir] Fix a warningKazu Hirata
2023-05-15[mlir][memref] Extract isStaticShapeAndContiguousRowMajor as a util function.Oleg Shyshkov
2023-02-09Remove empty MLIRMemRefUtils library (NFC)Mehdi Amini
2022-03-09NFC. Clean up memref utils libraryUday Bondhugula
2021-07-22[MLIR][memref] Fix findDealloc() to handle > 1 dealloc for the given alloc.Rahul Joshi
2021-04-12[mlir] Move memref.subview patterns to MemRef/Transforms/Lei Zhang
2021-03-31Revert "Revert "[mlir] Introduce CloneOp and adapt test cases in BufferDeallo...Alexander Belyaev
2021-03-29Revert "[mlir] Introduce CloneOp and adapt test cases in BufferDeallocation."Alexander Belyaev
2021-03-29[mlir] Introduce CloneOp and adapt test cases in BufferDeallocation.Julian Gross