[PATCH] D125646: [ARM SEH 4] [MC] [Win64EH] Optimize the ARM unwind info

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 15 14:35:14 PDT 2022


mstorsjo created this revision.
mstorsjo added reviewers: efriedma, rnk, zzheng.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
mstorsjo requested review of this revision.
Herald added a project: LLVM.

Use the packed unwind info format if possible; otherwise try to
create a packed epilog.

TODO: Once D125536 <https://reviews.llvm.org/D125536> and D125619 <https://reviews.llvm.org/D125619> are settled, I'll update this one to
include the logic from them too.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125646

Files:
  llvm/lib/MC/MCWin64EH.cpp
  llvm/test/MC/ARM/seh-epilog-packing.s
  llvm/test/MC/ARM/seh-packed.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125646.429564.patch
Type: text/x-patch
Size: 56284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220515/e8c983dc/attachment.bin>


More information about the llvm-commits mailing list