- This will allow calling these functions from Op's that support this interface (like FuncOp) directly:
FuncOp func = ... if (func.isPrivate())
Differential D82060
[MLIR] Move SymbolOpInterface::isPublic() and friends to SymbolOpInterface Trait. jurahul on Jun 17 2020, 3:46 PM. Authored by
Details
FuncOp func = ... if (func.isPrivate())
Diff Detail
Event Timeline
|