[all-commits] [llvm/llvm-project] 5d0afa: [BOLT][NFCI] Emit uniform diagnostics in DataAggre...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Thu Apr 24 13:51:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d0afacd1bda42350efcd6ad567c70ec5c9d19d6
https://github.com/llvm/llvm-project/commit/5d0afacd1bda42350efcd6ad567c70ec5c9d19d6
Author: Amir Ayupov <aaupov at fb.com>
Date: 2025-04-24 (Thu, 24 Apr 2025)
Changed paths:
M bolt/include/bolt/Profile/DataAggregator.h
M bolt/lib/Profile/DataAggregator.cpp
Log Message:
-----------
[BOLT][NFCI] Emit uniform diagnostics in DataAggregator (#136530)
DataAggregator supports reading different kinds of profile data:
- perf data: branch records or IP samples,
- pre-aggregated branch data.
Make profile quality reporting uniform across all kinds of input:
- out-of-range and mismatching samples,
- samples in cold code in BAT mode (profiled BOLTed binary).
Test Plan: NFCI
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