[all-commits] [llvm/llvm-project] dcd2ac: [BOLT] Sort EntryData (#143308)
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Sun Jun 8 17:44:05 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dcd2ac7ef2e7f117c3407c238b5b6f6374691ad3
https://github.com/llvm/llvm-project/commit/dcd2ac7ef2e7f117c3407c238b5b6f6374691ad3
Author: Amir Ayupov <aaupov at fb.com>
Date: 2025-06-08 (Sun, 08 Jun 2025)
Changed paths:
M bolt/lib/Profile/DataAggregator.cpp
M bolt/test/X86/pre-aggregated-perf.test
Log Message:
-----------
[BOLT] Sort EntryData (#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: updated pre-aggregated-perf.test
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list