[PATCH] D34387: [PATCH 2/2] Implement "probe-stack" on x86
Patrick Walton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 14:13:47 PDT 2017
pcwalton updated this revision to Diff 103462.
pcwalton added a comment.
Addressed review comments.
I removed the R11 spill code as requested. I left in the refactoring that moves the existing EAX spill and reload code into separate functions, as `X86FrameLowering::emitPrologue()` is rather large and that seemed like a worthwhile refactoring.
https://reviews.llvm.org/D34387
Files:
include/llvm/Target/TargetLowering.h
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86FrameLowering.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
test/CodeGen/X86/stack-probes.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34387.103462.patch
Type: text/x-patch
Size: 13809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170621/1b4f0e50/attachment.bin>
More information about the llvm-commits
mailing list