[PATCH] D17095: [X86] Add X86FixupSeparateStack pass
Michael LeMay via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 15:57:19 PDT 2016
mlemay-intel updated this revision to Diff 75655.
mlemay-intel added a comment.
Added -sep-stk-seg-flat-mem-func option to specify functions that use a flat memory model.
Fixed bug in StackPtrSpillReqs::supply to prevent coalescing of ranges that need to remain separate.
https://reviews.llvm.org/D17095
Files:
lib/Target/X86/CMakeLists.txt
lib/Target/X86/X86.h
lib/Target/X86/X86.td
lib/Target/X86/X86FixupSeparateStack.cpp
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
test/CodeGen/X86/separate-stack-seg.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17095.75655.patch
Type: text/x-patch
Size: 65753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161024/1e0f0221/attachment.bin>
More information about the llvm-commits
mailing list