use built in alloca with align if available
Reference issue
What does this implement/fix?
We should use __builtin_alloca_with_align
if available.
It looks like a modest improvement over what we use now. https://godbolt.org/z/ozT843YfW
We should use __builtin_alloca_with_align
if available.
It looks like a modest improvement over what we use now. https://godbolt.org/z/ozT843YfW