[PATCH] D30049: x86 interrupt calling convention: re-align stack pointer on 64-bit if an error code was pushed

Philipp Oppermann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 15:08:37 PDT 2017


phil-opp updated this revision to Diff 91775.
phil-opp added a comment.

The argument offsets (exception stack frame and error code) are now updated if the stack is aligned. I also updated the tests accordingly.


https://reviews.llvm.org/D30049

Files:
  lib/Target/X86/X86FrameLowering.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/x86-64-intrcc-nosse.ll
  test/CodeGen/X86/x86-64-intrcc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30049.91775.patch
Type: text/x-patch
Size: 4658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170314/0adc8d2f/attachment.bin>


More information about the llvm-commits mailing list