We currently don't emit ARM64 specific intrinsics/builtins, nor none for other arches as well. See clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp for the paths full of asserts. The suggested way to tackle these are by incrementally adding support to the missing pieces - there's a huge number of them.