aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/MemRef/fold-memref-alias-ops.mlir
AgeCommit message (Expand)AuthorFilesLines
2024-06-12[mlir][memref] Add memref alias folders for expand/collapse_shape for vector ...Kunwar Grover1-12/+160
2024-05-08Fix `memref.expand_shape` verifier (#91501)Benoit Jacob1-1/+1
2024-05-08[mlir][fold-memref-alias-ops] Add support for folding memref.expand_shape inv...Prathamesh Tagore1-19/+62
2024-04-30[MLIR] Generalize expand_shape to take shape as explicit input (#90040)Gaurav Shukla1-10/+12
2024-04-21Revert "[MLIR] Generalize expand_shape to take shape as explicit input" (#89540)Mehdi Amini1-12/+10
2024-04-21[MLIR] Generalize expand_shape to take shape as explicit input (#69267)Gaurav Shukla1-10/+12
2024-02-02[mlir][memref] `memref.subview`: Verify result strides with rank reductions (...Matthias Springer1-2/+2
2024-01-31[mlir][memref] `memref.subview`: Verify result stridesMatthias Springer1-6/+6
2024-01-31Revert "[mlir][memref] `memref.subview`: Verify result strides" (#80116)Matthias Springer1-6/+6
2024-01-31[mlir][memref] `memref.subview`: Verify result strides (#79865)Matthias Springer1-6/+6
2023-11-14[mlir] Add `vector.store/maskedstore` of `memref.subview` memref alias foldin...Max1911-0/+35
2023-11-07[mlir][memref] Add memref alias folding for masked transfers (#71476)Quinn Dawkins1-0/+121
2023-11-06[mlir][MemRef] Add subview folding pattern for vector.maskedload (#71380)tyb08071-1/+18
2023-10-12[mlir][memref] Fix index delinearization for CollapseShapeOp folding (#68833)Felix Schneider1-0/+16
2023-08-11[mlir][MemRef] Bail out for unsupported cases in FoldMemRefAliasOps passHanhan Wang1-0/+13
2023-05-25[mlir] Enable folding memref alias for`vector.load`Guray Ozen1-0/+15
2023-05-25[mlir] Enable folding memref alias for `ldmatrix`Guray Ozen1-0/+22
2023-04-20[mlir][Memref] Fold nvgpu device cp.async on src memref to dst memrefManish Gupta1-0/+58
2023-03-23[mlir][Tensor] Add a FoldTensorSubsetOps pass and patternsNicolas Vasilache1-36/+19
2023-03-21[mlir][memref] Use folded composed affine apply ops in FoldMemRefAliasOpsNicolas Vasilache1-73/+56
2023-03-15[mlir][memref] Fold subview into GPU subgroup MMA load/store opsLei Zhang1-0/+51
2023-02-03[mlir] Add nontemporal field to memref.load/store and convey to llvm.load/storeGuray Ozen1-0/+22
2022-12-15[mlir][memref] Fold subview(subview(x))Matthias Springer1-1/+38
2022-11-28[mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.Hanhan Wang1-1/+1
2022-11-04[mlir] Infer SubElementInterface implementations using the storage KeyTyRiver Riddle1-1/+1
2022-09-08[mlir][memref] Add support for 0-D transfer / subview fold.Nicolas Vasilache1-0/+45
2022-08-30[mlir] materialize strided memref layout as attributeAlex Zinenko1-35/+32
2022-08-28Fold memref.expand_shape and memref.collapse_shape opsArnab Dutta1-0/+425