| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[MemRef] Remove memref.dim OffsetSizeAndStrideOpInterface folding (#169327) OffsetSizeAndStrideOpInterface does not specify whether it's operating on the input or output shape and in fact different ops implement this in different ways, which is also why SubviewOp is special cased here. This "marked as dynamic but not really dynamic" folding is better handled by shape inference, so just remove the bad fold. | 8 个月前 | |
[mlir][NFC] update mlir/Dialect create APIs (18/n) (#149925) See https://github.com/llvm/llvm-project/pull/147168 for more info. | 1 年前 | |
[milr][memref]: Fold expand_shape + transfer_read (#167679) Extend the load of a expand shape rewrite pattern to support folding a memref.expand_shape and vector.transfer_read when the permutation map on vector.transfer_read is a minor identity. --------- Signed-off-by: Jack Frankland <jack.frankland@arm.com> | 8 个月前 | |
[mlir][memref] Generalize dead store detection to all view-like ops (#168507) The dead alloc elimination pass previously considered only subviews when checking for dead stores. This change generalizes the logic to support all view-like operations, ensuring broader coverage. | 8 个月前 | |
[mlir][memref] Extract isStaticShapeAndContiguousRowMajor as a util function. Differential Revision: https://reviews.llvm.org/D150543 | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 个月前 | ||
| 1 年前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 3 年前 |