summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/MemRef
AgeCommit message (Expand)Author
2025-11-20[mlir][memref] Generalize dead store detection to all view-like ops (#168507)Simone Pellegrini
2025-11-15[mlir][MemRef] Add UB as a dependent dialect and use `ub.poison` for Mem2Reg ...Fabian Mora
2025-11-12[mlir][memref] Remove invalid `extract_aligned_pointer_as_index` folding in `...Ivan Butygin
2025-11-12[mlir][memref] Fix runtime verification for memref.subview for empty memref s...Hanumanth
2025-11-11[mlir]: Add handling of escaped memrefs to erase_dead_alloc_and_stores (#167255)Dmitriy Smirnov
2025-11-10[mlir][Interfaces] Add interface methods to allow reifying single result/sing...MaheshRavishankar
2025-11-04Revert "[mlir][memref]: Collapse strided unit dim even if strides are dynamic...Han-Chung Wang
2025-11-04[mlir][memref]: Collapse strided unit dim even if strides are dynamic (#157330)Maya Amrami
2025-10-30[mlir] Simplify Default cases in type switches. NFC. (#165767)Jakub Kuderski
2025-10-28[MemRef] Fix-forward use-after-scope in #164955 (#165478)Thurston Dang
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#165429)Mehdi Amini
2025-10-28[MemRef] Implement value bounds interface for CollapseShapeOp (#164955)Jorn Tuyls
2025-10-28Revert " [MLIR] Revamp RegionBranchOpInterface " (#165356)Mehdi Amini
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#161575)Mehdi Amini
2025-10-27[MemRef] Fix value bounds interface for ExpandShapeOp (#165333)Jorn Tuyls
2025-10-27[mlir][memref] Fix runtime verification for memref.subview when size dimensio...Hanumanth
2025-10-23[MemRef] Implement value bounds interface for ExpandShapeOp (#164438)Jorn Tuyls
2025-10-23[mlir][IR] Add implicit conversion operator to `TypedValue` (#164621)Matthias Springer
2025-10-23[mlir][memref] Fold extract_strided_metadata(cast(x)) into extract_strided_me...Ming Yan
2025-10-17[mlir][memref] Canonicalize memref.reinterpret_cast when offset/sizes/strides...Ming Yan
2025-10-17[MLIR] Fix typo of the word "pattern" in CAPI and docs (#163780)Shenghang Tsai
2025-10-14Reland "[mlir] Add strided metadata range dataflow analysis" (#163403)" (#163...Fabian Mora
2025-10-14Revert "[mlir] Add strided metadata range dataflow analysis" (#163403)Fabian Mora
2025-10-14[mlir] Add strided metadata range dataflow analysis (#161280)Fabian Mora
2025-10-08[MLIR] Reuse AsmState to enable fast generate-runtime-verification pass; add ...Hanchenng Wu
2025-10-06[mlir] Simplify unreachable type switch cases. NFC. (#162032)Jakub Kuderski
2025-10-01[mlir][memref] Introduce `memref.distinct_objects` op (#156913)Ivan Butygin
2025-09-28[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in MemRefUtils.cpp (NFC)Mehdi Amini
2025-09-24[mlir] Implement a memory-space cast bubbling-down transform (#159454)Fabian Mora
2025-09-16[MLIR] Make 1-D memref flattening a prerequisite for vector narrow type emula...Alan Li
2025-09-16[MLIR] Use IntValidAlignment for alignment attributes (#158137)jiang1997
2025-09-06[MLIR] Apply clang-tidy fixes for readability-container-size-empty in Emulate...Mehdi Amini
2025-08-30[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Buff...Mehdi Amini
2025-08-26[mlir][MemRef] Address TODO to use early_inc to simplify elimination of uses ...Samarth Narang
2025-08-21[mlir] add getViewDest method to viewLikeOpInterface (#154524)donald chen
2025-08-11[Arith][MemRef] add AtomicRMWKind::xori to enum (#151701)Scott Manley
2025-07-28[mlir][memref] Support test-compose-subview dynamic size (#146881)lonely eagle
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (33/n) (#150659)Maksim Levental
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (27/n) (#150638)Maksim Levental
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (18/n) (#149925)Maksim Levental
2025-07-24Reapply "[AMDGPU] fold `memref.subview/expand_shape/collapse_shape` into `am...Alan Li
2025-07-23[mlir] Remove unused includes (NFC) (#150266)Kazu Hirata
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-19[mlir][memref] Simplify memref.copy canonicalization (#149506)lonely eagle
2025-07-14[mlir][MemRef] Add support for emulating narrow floats (#148036)Quinn Dawkins
2025-07-12[llvm] Remove unused includes (NFC) (#148342)Kazu Hirata
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski
2025-07-05[MLIR][MemRef]-Add basic folding for memref ViewOp (#146237)Amir Bishara
2025-07-01[mlir][memref] Add a new `ReifyResultShapes` pass (#145927)Nicolas Vasilache