alloca isn’t auto-init’d right now because it’s a different path in clang that all the other stuff we support (it’s a builtin, not an expression). Interestingly, alloca doesn’t have a type (as opposed to even VLA) so we can really only initialize it with memset.
rdar://problem/49794007
Can this value be taken from some common source with the existing code? I mean, even if it's just a constant in some header, that'd be a start.