[llvm-branch-commits] [BOLT] Sort EntryData (PR #143308)
Amir Ayupov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Jun 8 06:11:31 PDT 2025
https://github.com/aaupov created https://github.com/llvm/llvm-project/pull/143308
Aggregated branch data has two containers: `Data` for local branches,
and `EntryData` for external branches. Fix the omission and sort
`EntryData` to ensure stable output fdata profiles.
Test Plan: TBD
More information about the llvm-branch-commits
mailing list