================
@@ -1051,6 +1051,14 @@ unsigned cir::CallOp::getNumArgOperands() {
return this->getOperation()->getNumOperands();
}
+cir::FuncOp
+cir::CallOp::resolveCalleeInTable(mlir::SymbolTableCollection &symbolTable) {
----------------
andykaylor wrote:
I guess you could have also moved CIR_FuncOp above the call ops in the .td
file, but what you did is less disruptive. I'm happy with it like this.
https://github.com/llvm/llvm-project/pull/207261
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits