[PATCH] D13767: [X86] Fix more -Os + EH issues
Michael Kuperstein via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 21 06:19:22 PDT 2015
mkuper updated this revision to Diff 38000.
mkuper added a comment.
Thanks Reid, Frederic.
This addresses the comments from the last revision.
In particular, gnu_args_size is now only generated for fp-based CFA. Frederic, does that sounds right to you?
http://reviews.llvm.org/D13767
Files:
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/Target/X86/X86CallFrameOptimization.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86FrameLowering.h
test/CodeGen/X86/debugloc-argsize.ll
test/CodeGen/X86/fold-push.ll
test/CodeGen/X86/pop-stack-cleanup.ll
test/CodeGen/X86/push-cfi-debug.ll
test/CodeGen/X86/push-cfi-obj.ll
test/CodeGen/X86/push-cfi.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13767.38000.patch
Type: text/x-patch
Size: 27516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151021/7492a016/attachment.bin>
More information about the llvm-commits
mailing list