[PATCH] D30052: [X86] Emit fewer instructions to allocate >16GB stack frames
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 17 09:36:17 PST 2017
rnk updated this revision to Diff 88909.
rnk added a comment.
- Account for 8 byte push SP adjustment
- Avoid two operand sub, it does the wrong thing here
https://reviews.llvm.org/D30052
Files:
lib/Target/X86/X86FrameLowering.cpp
test/CodeGen/X86/huge-stack-offset2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30052.88909.patch
Type: text/x-patch
Size: 7872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170217/9521dd4a/attachment.bin>
More information about the llvm-commits
mailing list