================ @@ -30,6 +31,27 @@ using namespace clang; using namespace clang::CIRGen; using namespace llvm; +template <typename... Operands> +static mlir::Value emitIntrinsicCallOp(CIRGenBuilderTy &builder, ---------------- banach-space wrote:
Making sure that we don't forget: * https://github.com/llvm/llvm-project/pull/172735 Hopefully that's what you had in mind. https://github.com/llvm/llvm-project/pull/172346 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
