[clang] [CIR] Upstream minimal builtin function call support (PR #142981)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 5 11:54:29 PDT 2025


================
@@ -44,16 +44,25 @@ class CIRGenCalleeInfo {
 class CIRGenCallee {
   enum class SpecialKind : uintptr_t {
     Invalid,
+    Builtin,
----------------
erichkeane wrote:

Line 49 needs to be updated for this.

https://github.com/llvm/llvm-project/pull/142981


More information about the cfe-commits mailing list