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