summaryrefslogtreecommitdiff
path: root/mlir/test/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-11[mlir]: Add handling of escaped memrefs to erase_dead_alloc_and_stores (#167255)Dmitriy Smirnov
2025-11-06[mlir] Introduce AlignmentAttrOpInterface to expose MaybeAlign (#161440)jiang1997
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-28[MemRef] Implement value bounds interface for CollapseShapeOp (#164955)Jorn Tuyls
2025-10-27[MemRef] Fix value bounds interface for ExpandShapeOp (#165333)Jorn Tuyls
2025-10-23[MemRef] Implement value bounds interface for ExpandShapeOp (#164438)Jorn Tuyls
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-01[mlir][memref] Introduce `memref.distinct_objects` op (#156913)Ivan Butygin
2025-09-16[MLIR] Use IntValidAlignment for alignment attributes (#158137)jiang1997
2025-07-20[mlir] ViewLikeInterface - verify ranks in verifyOffsetSizeAndStrideOp (#147926)Maya Amrami
2025-07-17[mlir][vector][memref] Add `alignment` attribute to memory access ops (#144344)tyb0807
2025-07-14[mlir][MemRef] Add support for emulating narrow floats (#148036)Quinn Dawkins
2025-07-05[MLIR][MemRef]-Add basic folding for memref ViewOp (#146237)Amir Bishara
2025-06-27[NFC][mlir][memref] refine debug message about memref::SubViewOp. (#145470)long.chen
2025-06-26[mlir][tensor][memref] Enhance collapse(expand(src)) canonicalization pattern...Han-Chung Wang
2025-06-25[mlir][memref]: Fix Bug in GlobalOp Verifier (#144900)Jack Frankland
2025-06-23[MLIR][MemRef] Add `alloca` support for `erase_dead_alloc_and_stores` (#142131)Vitalii Shutov
2025-06-18[mlir] remove unnecessary atomic_rmw expansions (#144515)Oleksandr "Alex" Zinenko
2025-06-02[mlir][memref] Add a folder for chained AssumeAlignmentOp ops. (#142425)Han-Chung Wang
2025-06-02[mlir][memref] Update tests to use memref.assume_alignment properly. (#142358)Han-Chung Wang
2025-05-31[mlir][memref] Add terminator check to prevent a crash (#141972)Longsheng Mou
2025-05-22[MLIR] Add a utility pass to linearize `memref` (#136797)Alan Li
2025-05-18[mlir][MemRef] Changed AssumeAlignment into a Pure ViewLikeOp (#139521)Shay Kleiman
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2025-05-13[mlir][MemRef] Use specialized index ops to fold expand/collapse_shape (#138930)Krzysztof Drewniak
2025-05-08[MLIR] Fixing the memref linearization size computation for non-packed memref...Zhuoran Yin
2025-04-30[mlir] Add memref normalization support for reinterpret_cast op (#133417)Arnab Dutta
2025-04-23[MLIR][Affine] Fix affine.apply verifier and add functionality to demote inva...Uday Bondhugula
2025-04-11[mlir][vector] Tighten the semantics of vector.{load|store} (#135151)Andrzej WarzyƄski
2025-04-09Folding extract_strided_metadata input into reinterpret_cast (#134845)ivangarcia44
2025-03-31[mlir][memref] Verify out-of-bounds access for memref.subview (#133086)Matthias Springer
2025-03-25Revert "[mlir][memref] Verify out-of-bounds access for `memref.subview`" (#13...Karlo Basioli
2025-03-25[mlir][memref] Verify out-of-bounds access for `memref.subview` (#131876)Matthias Springer
2025-02-25[mlir][tosa] Change Transpose perms operand to attribute (#128115)Tai Ly
2025-01-29[mlir][IntRangeInference] Infer values for {memref,tensor}.dim (#122945)Krzysztof Drewniak
2025-01-29[MLIR] normalize-memrefs: Normalize memref.alloca (#123293)Matthias Gehre
2025-01-13[mlir][ValueBounds] memref.dim and tensor.dim are always positive (#122804)Krzysztof Drewniak
2025-01-09[mlir][GPU] Implement ValueBoundsOpInterface for GPU ID operations (#122190)Krzysztof Drewniak
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-11-21[mlir] [IR] Allow zero strides in StridedLayoutAttr (#116463)donald chen
2024-11-11[MLIR] NFC. Move leftover memref op test cases out of test/IR (#115583)Uday Bondhugula
2024-10-26[mlir] [memref] add more checks to the memref.reinterpret_cast (#112669)donald chen
2024-10-17[mlir][memref] Fix type conversion in emulate-wide-int and emulate-narrow-typ...Longsheng Mou
2024-10-09[MLIR][memref] Fix normalization issue in memref.load (#107771)DarshanRamakant
2024-09-27[MLIR][SCF] Fold dim ops of iter_args to respective init_args (#109973)Prashant Kumar