[PATCH] D132054: [BOLT] Introduce SplitStrategy ABC

Fabian Parzefall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 11:31:45 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 adds and ABC for SplitStrategy to make the interface a strategy
needs to implement explicit, and also to avoid code bloat of the
`splitFunction` method.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132054

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132054.453374.patch
Type: text/x-patch
Size: 8508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220817/2c291ab4/attachment.bin>


More information about the llvm-commits mailing list