[mlir] Make FunctionOpInterface inherit SymbolOpInterface
This lets users of FunctionOpInterface finally have the name/visibility accessors from SymbolOpInterface. This also lets us remove the clunky "getName" method from FunctionOpInterface. Differential Revision: https://reviews.llvm.org/D140199
Loading
Please sign in to comment