[PATCH] D43107: Support for the mno-stack-arg-probe flag

Ruslan Nikolaev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 17 11:07:09 PST 2018


nruslan updated this revision to Diff 134810.
nruslan added a comment.

Added a small change to set max value for StackProbeSize in WinAlloca. This is to (potentially) avoid generating suboptimal code if -mno-stack-arg-probe is specified


https://reviews.llvm.org/D43107

Files:
  docs/LangRef.rst
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/ARM/ARMFrameLowering.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86WinAllocaExpander.cpp
  test/CodeGen/X86/no-stack-arg-probe.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43107.134810.patch
Type: text/x-patch
Size: 4989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180217/a8334536/attachment.bin>


More information about the llvm-commits mailing list