[Mlir-commits] [mlir] [MLIR] Make `OneShotModuleBufferize` use	`OpInterface` (PR #107295)
    Tzung-Han Juang 
    llvmlistbot at llvm.org
       
    Fri Sep  6 07:38:13 PDT 2024
    
    
  
================
@@ -247,6 +247,15 @@ static func::FuncOp getCalledFunction(func::CallOp callOp) {
       SymbolTable::lookupNearestSymbolFrom(callOp, sym));
 }
 
+static FunctionOpInterface getCalledFunction(CallOpInterface callOp) {
----------------
tzunghanjuang wrote:
Removed. Thank you.
https://github.com/llvm/llvm-project/pull/107295
    
    
More information about the Mlir-commits
mailing list