- This will allow calling these functions from Op's that support this interface (like FuncOp) directly:
FuncOp func = ... if (func.isPrivate())
Paths
| Differential D82060
[MLIR] Move SymbolOpInterface::isPublic() and friends to SymbolOpInterface Trait. ClosedPublic Authored by jurahul on Jun 17 2020, 3:46 PM.
Details Summary
FuncOp func = ... if (func.isPrivate())
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 17 2020, 3:49 PM Closed by commit rG3d316eb06d91: [MLIR] Move SymbolOpInterface::isPublic() and friends to SymbolOpInterface… (authored by jurahul). · Explain WhyJun 17 2020, 9:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 271511 mlir/include/mlir/IR/SymbolInterfaces.td
|
Add punctuation to the end of each of these.