[PATCH] D130520: [BOLT] Make exception handling fragment aware
Fabian Parzefall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 14:42:27 PDT 2022
FPar created this revision.
FPar added reviewers: rafauler, Amir, maksfb, yota9.
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 adds basic fragment awareness in the exception handling passes and
generates the necessary symbols from a fragments number.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130520
Files:
bolt/include/bolt/Core/BinaryBasicBlock.h
bolt/include/bolt/Core/BinaryFunction.h
bolt/include/bolt/Core/FunctionLayout.h
bolt/lib/Core/BinaryBasicBlock.cpp
bolt/lib/Core/BinaryEmitter.cpp
bolt/lib/Core/BinaryFunction.cpp
bolt/lib/Core/Exceptions.cpp
bolt/lib/Passes/Aligner.cpp
bolt/lib/Passes/BinaryPasses.cpp
bolt/lib/Passes/IndirectCallPromotion.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130520.447480.patch
Type: text/x-patch
Size: 19590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220725/696e086a/attachment.bin>
More information about the llvm-commits
mailing list