Add support for (if enabled) splitting cold functions into a separate section
in order to further boost locality of hot code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The tests are modified from split-cold-2.ll in the same folder. Add comments to note this.
Suggested description:
Enable the placement of extracted cold functions into a separate section after hot-cold splitting.