Use isSplit() instead of isCold() when building the call graph and
update parameter names to reflect this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132047
[BOLT] Update buildCallGraph to check for split blocks ClosedPublic Authored by FPar on Aug 17 2022, 11:24 AM.
Details Summary Use isSplit() instead of isCold() when building the call graph and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 17 2022, 6:52 PM Closed by commit rGac830664b20c: [BOLT] Update buildCallGraph to check for split blocks (authored by FPar). · Explain WhyAug 18 2022, 9:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 453879 bolt/include/bolt/Passes/BinaryFunctionCallGraph.h
bolt/lib/Passes/BinaryFunctionCallGraph.cpp
bolt/lib/Passes/ReorderFunctions.cpp
|