[llvm] [AArch64] Implement assembler support for new SVE SEH unwind opcodes. (PR #137895)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Fri May 2 10:39:37 PDT 2025
================
@@ -1004,6 +1040,9 @@ static bool tryARM64PackedUnwind(WinEH::FrameInfo *info, uint32_t FuncLength,
case Win64EH::UOP_SaveAnyRegDPX:
case Win64EH::UOP_SaveAnyRegQX:
case Win64EH::UOP_SaveAnyRegQPX:
+ case Win64EH::UOP_AllocZ:
+ case Win64EH::UOP_SaveZReg:
+ case Win64EH::UOP_SavePReg:
// These are never canonical; they don't show up with the usual Arm64
----------------
efriedma-quic wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/137895
More information about the llvm-commits
mailing list