[PATCH] D55096: [ARM64] [Windows] Fix the local stack size for funclets
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov 29 17:27:16 PST 2018
    
    
  
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Target/AArch64/AArch64FrameLowering.cpp:1292
       Subtarget.isCallingConvWin64(MF.getFunction().getCallingConv());
-  unsigned FixedObject = IsWin64 ? alignTo(AFI->getVarArgsGPRSize(), 16) : 0;
+  // Var args are accounted for in the containting function, so don't
+  // include them for funclets.
----------------
*containing.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55096/new/
https://reviews.llvm.org/D55096
    
    
More information about the llvm-commits
mailing list