[PATCH] D132048: [BOLT] Insert EH trampolines for multiple fragments

Fabian Parzefall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 11:25:10 PDT 2022


FPar created this revision.
FPar added reviewers: maksfb, yota9, Amir, rafauler.
Herald added a subscriber: ayermolo.
Herald added a project: All.
FPar requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds exception handling trampolines when a function is split
into more than two fragments. Trampolines are tracked per-fragment, such
that they can be removed if splitting is reversed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132048

Files:
  bolt/include/bolt/Core/FunctionLayout.h
  bolt/include/bolt/Passes/SplitFunctions.h
  bolt/lib/Passes/SplitFunctions.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132048.453364.patch
Type: text/x-patch
Size: 5933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220817/2906459f/attachment.bin>


More information about the llvm-commits mailing list