[all-commits] [llvm/llvm-project] 7e6d70: [PSI] Return raw entry count values
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Jun 23 13:24:02 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e6d7003d805935036076b6d76ee698164e5b8aa
https://github.com/llvm/llvm-project/commit/7e6d7003d805935036076b6d76ee698164e5b8aa
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M llvm/include/llvm/Analysis/ProfileSummaryInfo.h
M llvm/lib/CodeGen/MachineFunction.cpp
Log Message:
-----------
[PSI] Return raw entry count values
Now that synthetic entry counts are being removed, stop using the
ProfileCount wrapper around entrycounts given it only exists to
distinguish between synthetic and real profile counts.
Reviewers: teresajohnson, david-xl, mtrofin
Pull Request: https://github.com/llvm/llvm-project/pull/204769
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