[llvm] [BOLT][AArch64] Introduce SPE mode in BasicAggregation (PR #120741)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 15:26:44 PST 2025
aaupov wrote:
Hi Paschalis, thank you for working on this.
The benefit that SPE has over IP sampling is the edge frequency information. So instead of creating two basic (IP) samples we should create branch samples (LBR) with stack depth one. Branch samples are later attached to CFG edges. This should improve the resulting performance when using SPE profiling.
https://github.com/llvm/llvm-project/pull/120741
More information about the llvm-commits
mailing list