[PATCH] D13132: [X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls

David Kreitzer via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 05:53:29 PDT 2015


DavidKreitzer added inline comments.

================
Comment at: lib/Target/X86/X86FrameLowering.cpp:2052
@@ -2051,3 +2051,3 @@
     // If the stack pointer can be changed after prologue, turn the
     // adjcallstackup instruction into a 'sub ESP, <amt>' and the
     // adjcallstackdown instruction into 'add ESP, <amt>'
----------------
That sounds right to me.


http://reviews.llvm.org/D13132





More information about the llvm-commits mailing list