[PATCH] D51524: [ARM64] [Windows] Handle funclets

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 24 16:33:32 PDT 2018


rnk added a comment.

Neat. :)



================
Comment at: lib/Target/AArch64/AArch64FrameLowering.cpp:645
       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

https://reviews.llvm.org/D51524





More information about the llvm-commits mailing list