[PATCH] D42292: [ARM] Call __chkstk for dynamic stack allocation in all windows environments
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 09:49:51 PST 2018
mstorsjo added a comment.
In https://reviews.llvm.org/D42292#985281, @compnerd wrote:
> Does it match a cl intrinsic?
In msvc cl.exe, `_alloca` is an intrinsic that matchea the `alloca` intrinsic in llvm.
https://reviews.llvm.org/D42292
More information about the llvm-commits
mailing list