================ @@ -1826,6 +1821,9 @@ class CIR_CallOpBase<string mnemonic, list<Trait> extra_traits = []> ::mlir::Attribute removeArgAttrsAttr() { return {}; } ::mlir::Attribute removeResAttrsAttr() { return {}; } + bool isIndirect() { return !getCallee(); } + mlir::Value getIndirectCall(); + void setArg(unsigned index, mlir::Value value) { ---------------- andykaylor wrote:
This function needs to be updated for indirect calls. https://github.com/llvm/llvm-project/pull/139748 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits