[clang] [CIR] Generalize the special member attribute into func_info and add a callee resolver (PR #207261)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 10 09:36:30 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list