[clang] [CIR][X86] Implement generic fallback for x86 builtins (PR #177639)
Priyanshu Kumar via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 30 06:53:34 PST 2026
================
@@ -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
More information about the cfe-commits
mailing list