[llvm] x86: fix musttail sibcall miscompilation (PR #168956)
Folkert de Vries via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 11:29:41 PST 2025
================
@@ -2684,102 +2914,6 @@ X86TargetLowering::GetAlignedArgumentStackSize(const unsigned StackSize,
return alignTo(StackSize + SlotSize, StackAlignment) - SlotSize;
}
-/// Return true if the given stack call argument is already available in the
----------------
folkertdev wrote:
this function got moved up so it can be used.
https://github.com/llvm/llvm-project/pull/168956
More information about the llvm-commits
mailing list