Andrzej =?utf-8?q?Warzyński?= <[email protected]>, Andrzej =?utf-8?q?Warzyński?= <[email protected]>, Andrzej =?utf-8?q?Warzyński?= <[email protected]>,Andrzej Warzynski <[email protected]>,Andrzej Warzynski <[email protected]>,Andrzej Warzynski <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -30,6 +31,27 @@ using namespace clang; using namespace clang::CIRGen; using namespace llvm; +template <typename... Operands> +static mlir::Value emitIntrinsicCallOp(CIRGenBuilderTy &builder, ---------------- andykaylor wrote: Not for this PR, but as you probably noticed we have this same function in CIRGenBuiltinX86.cpp. At some point we should create a shared definition. https://github.com/llvm/llvm-project/pull/172346 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
