[PATCH] D138955: [AArch64] Make sure we don't emit packed unwind for .seh_save_any_reg_p
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 23:06:12 PST 2022
mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.
LGTM
In many similar switches, we've got a `default: llvm_unreachable("Unsupported ARM64 unwind code");` - I wonder if we should have that here too, or at least `default: return false;`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138955/new/
https://reviews.llvm.org/D138955
More information about the llvm-commits
mailing list