[llvm-branch-commits] [BOLT][NFCI] Simplify DataAggregator using traces (PR #138181)
Amir Ayupov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu May 1 12:00:32 PDT 2025
https://github.com/aaupov created https://github.com/llvm/llvm-project/pull/138181
Trace is a triple of (branch source, branch target, fallthrough end),
introduced in https://github.com/llvm/llvm-project/pull/127125.
Use traces throughout branch profile handling, unifying perf parsing
and pre-aggregated format handling. This in turn makes it possible to
use pre-aggregated data for heatmaps.
Test Plan: NFCI
More information about the llvm-branch-commits
mailing list