================ @@ -32,6 +32,17 @@ using namespace clang; using namespace clang::CIRGen; using namespace llvm; +template <typename... Operands> +static mlir::Value emitIntrinsicCallOp(CIRGenBuilderTy &builder, ---------------- Priyanshu3820 wrote:
I created this PR before this was added in CIRGenBuilder.h https://github.com/llvm/llvm-project/pull/177639 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
