File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ def SymbolUserOpInterface : OpInterface<"SymbolUserOpInterface"> {
210210 This interface describes an operation that may use a `Symbol`. This
211211 interface allows for users of symbols to hook into verification and other
212212 symbol related utilities that are either costly or otherwise disallowed
213- within a traditional operation.
213+ within an operation.
214214 }];
215215 let cppNamespace = "::mlir";
216216
@@ -227,7 +227,8 @@ def SymbolUserAttrInterface : AttrInterface<"SymbolUserAttrInterface"> {
227227 This interface describes an attribute that may use a `Symbol`. This
228228 interface allows for users of symbols to hook into verification and other
229229 symbol related utilities that are either costly or otherwise disallowed
230- within an operation.
230+ within an operation (e.g., recreating symbol users per op verified rather
231+ than per symbol table, or querying symbols usage of sibblings).
231232 }];
232233 let cppNamespace = "::mlir";
233234
You can’t perform that action at this time.
0 commit comments