[clang] [CIR] Upstream __builtin_creal for ComplexType (PR #146927)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 3 10:20:32 PDT 2025
================
@@ -192,6 +196,13 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl &gd, unsigned builtinID,
}
}
+ // If this is an alias for a lib function (e.g. __builtin_sin), emit
----------------
AmrDeveloper wrote:
Sure, I will wait for him to take a look too
Thanks
https://github.com/llvm/llvm-project/pull/146927
More information about the cfe-commits
mailing list