[all-commits] [llvm/llvm-project] 1f91fe: [mlir][memref] Add some missing interfaces to memr...
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Thu Jun 29 05:38:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f91fe3261c8bb763823dda600be865436636e40
https://github.com/llvm/llvm-project/commit/1f91fe3261c8bb763823dda600be865436636e40
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
Log Message:
-----------
[mlir][memref] Add some missing interfaces to memref ops.
Add `ViewLikeOpInterface` to `ExtractStridedMetadataOp` as it returns its buffer as one of the results.
Add mem Read/Write attributes to atomic ops.
Differential Revision: https://reviews.llvm.org/D153647
More information about the All-commits
mailing list