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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 06:21:48 PDT 2023


RKSimon added a comment.

Please can you rebase on rG56cdeac194b1926605def60376baeb5f001a53e8 <https://reviews.llvm.org/rG56cdeac194b1926605def60376baeb5f001a53e8>



================
Comment at: llvm/test/CodeGen/X86/x86-32-intrcc.ll:36
 ; Spills eax and ecx, putting original esp at +8. Stack is adjusted up another 4 bytes
 ; before return, popping the error code.
 define x86_intrcc void @test_isr_ecode(ptr byval(%struct.interrupt_frame) %frame, i32 %ecode) {
----------------
Update all these descriptions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151400



More information about the llvm-commits mailing list