[PATCH] D151400: [X86] Align stack to 16-bytes on 32-bit with X86_INTR call convention

Antonio Abbatangelo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 20:48:13 PDT 2023


antangelo updated this revision to Diff 527270.
antangelo added a comment.

Added `nounwind` to new x86-32 interrupt tests to remove `.cfi*`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151400/new/

https://reviews.llvm.org/D151400

Files:
  llvm/lib/Target/X86/X86FrameLowering.cpp
  llvm/lib/Target/X86/X86RegisterInfo.cpp
  llvm/lib/Target/X86/X86RegisterInfo.h
  llvm/test/CodeGen/X86/x86-32-intrcc.ll
  llvm/test/CodeGen/X86/x86-interrupt_cc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151400.527270.patch
Type: text/x-patch
Size: 35048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230601/6dee36d8/attachment.bin>


More information about the llvm-commits mailing list