We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b1675 commit 584b048Copy full SHA for 584b048
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
@@ -8241,8 +8241,8 @@ SDValue AArch64TargetLowering::LowerFormalArguments(
8241
}
8242
8243
// varargs
8244
- // Note that IsWin64 part is required to prevent odd miscompilations on arm64 windows
8245
- // platforms. For more info refer to GH#126780 PR comments.
+ // Note that IsWin64 part is required to prevent odd miscompilations on arm64
+ // windows platforms. For more info refer to GH#126780 PR comments.
8246
if (isVarArg &&
8247
(DAG.getMachineFunction().getFrameInfo().hasVAStart() || IsWin64)) {
8248
if (!Subtarget->isTargetDarwin() || IsWin64) {
0 commit comments