[PATCH] D9654: [PATCH 2/2] [x86] Add support for "probe-stack"

John Kåre Alsaker via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 20:07:18 PDT 2015


Zoxc updated this revision to Diff 31608.
Zoxc added a comment.

The guard region size is passed in RBX/EBX to __probestack. R11 and RBX/EBX is properly spilled if live.


http://reviews.llvm.org/D9654

Files:
  include/llvm/CodeGen/MachineFunction.h
  lib/CodeGen/MachineFunction.cpp
  lib/Target/X86/X86FrameLowering.cpp
  lib/Target/X86/X86FrameLowering.h
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/stack-probes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9654.31608.patch
Type: text/x-patch
Size: 13575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150809/efe20c0f/attachment.bin>


More information about the llvm-commits mailing list