This adds a strategy to split functions into a random number of
fragments at randomly chosen split points.
Details
Details
- Reviewers
rafauler Amir maksfb yota9 - Commits
- rG48ff38ce5d76: [BOLT] Add randomN split strategy
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Now that we have multiple of these Spilt* structs, does it make sense to have a base abstract class that enforces interface?
Comment Actions
Yes. I do have that in a local commit already. Do you think I should insert that in front of D129827?