[PATCH] D43107: Support for the mno-stack-arg-probe flag
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 16 01:57:19 PST 2018
hans added inline comments.
================
Comment at: test/CodeGen/X86/no-stack-arg-probe.ll:28
+; CHECK-NOT: calll __chkstk
+}
----------------
This test passes even if I comment out the code in X86WinAllocaExpander::lower. It probably needs a test with a dynamic alloca.
https://reviews.llvm.org/D43107
More information about the llvm-commits
mailing list