File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
mlir/include/mlir/Dialect/Ptr/IR Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ include "mlir/IR/OpBase.td"
23
23
def MemorySpaceAttrInterface : AttrInterface<"MemorySpaceAttrInterface"> {
24
24
let description = [{
25
25
This interface defines a common API for interacting with the memory model of
26
- a memory space and the operations in the pointer dialect, giving proper
27
- semantical meaning to the ops.
26
+ a memory space and the operations in the pointer dialect.
28
27
29
28
Furthermore, this interface allows concepts such as read-only memory to be
30
29
adequately modeled and enforced.
@@ -124,19 +123,4 @@ def MemorySpaceAttrInterface : AttrInterface<"MemorySpaceAttrInterface"> {
124
123
];
125
124
}
126
125
127
- def MemorySpaceOpInterface : OpInterface<"MemorySpaceOpInterface"> {
128
- let description = [{
129
- An interface for operations with a memory space.
130
- }];
131
-
132
- let cppNamespace = "::mlir::ptr";
133
-
134
- let methods = [
135
- InterfaceMethod<
136
- /*desc=*/ "Returns the memory space of the op.",
137
- /*returnType=*/ "::mlir::ptr::MemorySpaceAttrInterface",
138
- /*methodName=*/ "getMemorySpace"
139
- >,
140
- ];
141
- }
142
126
#endif // PTR_MEMORYSPACEINTERFACES
You can’t perform that action at this time.
0 commit comments