[Mlir-commits] [mlir] [MLIR] Make `OneShotModuleBufferize` use `OpInterface` (PR #107295)
Matthias Springer
llvmlistbot at llvm.org
Thu Sep 5 00:56:07 PDT 2024
================
@@ -247,6 +247,15 @@ static func::FuncOp getCalledFunction(func::CallOp callOp) {
SymbolTable::lookupNearestSymbolFrom(callOp, sym));
}
+static FunctionOpInterface getCalledFunction(CallOpInterface callOp) {
----------------
matthias-springer wrote:
I think the above `static func::FuncOp getCalledFunction(func::CallOp callOp)` can be deleted.
https://github.com/llvm/llvm-project/pull/107295
More information about the Mlir-commits
mailing list