[PATCH] D13767: [X86] Fix more -Os + EH issues

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 25 02:44:01 PDT 2015


mkuper updated this revision to Diff 38343.
mkuper added a comment.

Do *not* suppress gnu_args_size regardless of FP.
Also added the encapsulation Dave suggested.


http://reviews.llvm.org/D13767

Files:
  include/llvm/CodeGen/MachineModuleInfo.h
  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.38343.patch
Type: text/x-patch
Size: 28313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151025/796645c8/attachment.bin>


More information about the llvm-commits mailing list