[clang] [CIR][ARM] Generic 32-bit ARM codegen and lowering support (PR #204360)
Akshay K via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 12:50:38 PDT 2026
================
@@ -2647,6 +2648,38 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl &gd, unsigned builtinID,
return getUndefRValue(e->getType());
}
+std::optional<mlir::Value>
+CIRGenFunction::emitARMBuiltinExpr(unsigned builtinID, const CallExpr *expr,
----------------
kumarak wrote:
Thanks for the feedback. Moved it to the `CIRGenBuiltinAArch64.cpp` that implements AArch64 support. This will be inline with classic codegen.
https://github.com/llvm/llvm-project/pull/204360
More information about the cfe-commits
mailing list