[clang] [CIR][AArch64] Add lowering for `svlen` builtins (PR #172346)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 17 12:47:58 PST 2025


================
@@ -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


More information about the cfe-commits mailing list