[all-commits] [llvm/llvm-project] 08916c: [BOLT] Set RawBranchCount in DataAggregator
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Thu Oct 24 18:29:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08916cef7e7ae334a04769126c2fefc144f8a5a0
https://github.com/llvm/llvm-project/commit/08916cef7e7ae334a04769126c2fefc144f8a5a0
Author: Amir Ayupov <aaupov at fb.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M bolt/lib/Profile/DataAggregator.cpp
Log Message:
-----------
[BOLT] Set RawBranchCount in DataAggregator
Align DataAggregator (Linux perf and pre-aggregated profile reader) to
DataReader (fdata profile reader) behavior: set BF->RawBranchCount which
is used in profile density computation (#101094).
Reviewers: ayermolo, maksfb, dcci, rafaelauler, WenleiHe
Reviewed By: WenleiHe
Pull Request: https://github.com/llvm/llvm-project/pull/101093
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