Add ViewLikeOpInterface, to ExtractStridedMetadataOp as it returns its buffer as one of the results.
Add mem Read/write attributes to atomic ops.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153647
[mlir][memref] Add some missing interfaces to memref ops. ClosedPublic Authored by Hardcode84 on Jun 23 2023, 10:44 AM.
Details Summary Add ViewLikeOpInterface, to ExtractStridedMetadataOp as it returns its buffer as one of the results.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 28 2023, 8:44 AM Closed by commit rG1f91fe3261c8: [mlir][memref] Add some missing interfaces to memref ops. (authored by Hardcode84). · Explain WhyJun 29 2023, 5:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 535749 mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
|
nit: Can you please add some docs here, for example: "the reference to read from and write to".