[PATCH] D130647: [BOLT] Add randomN split strategy
Fabian Parzefall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 27 10:10:14 PDT 2022
FPar created this revision.
FPar added reviewers: rafauler, Amir, maksfb, yota9, ayermolo, zr33, nhuhuan.
Herald added a subscriber: mgrang.
Herald added a project: All.
FPar requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This adds a strategy to split functions into a random number of
fragments at randomly chosen split points.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130647
Files:
bolt/include/bolt/Passes/SplitFunctions.h
bolt/lib/Passes/SplitFunctions.cpp
bolt/test/X86/split-random.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130647.448088.patch
Type: text/x-patch
Size: 5696 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220727/786f5b64/attachment.bin>
More information about the llvm-commits
mailing list