[llvm] [MC] [Win64EH] Produce packed unwind for the special case of X19+LR (PR #169697)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 26 11:06:38 PST 2025
================
@@ -1169,6 +1171,24 @@ static bool tryARM64PackedUnwind(WinEH::FrameInfo *info, uint32_t FuncLength,
Location != FloatRegs && Location != InputArgs &&
Location != StackAdjust)
return false;
+ if (Location == Start2) { // Can't have this at Start3, after PACSignLR
+ auto NextIt = It + 1;
----------------
mstorsjo wrote:
Sure, done.
https://github.com/llvm/llvm-project/pull/169697
More information about the llvm-commits
mailing list