[llvm] [TRE] Adjust function entry count when using instrumented profiles (PR #143987)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 17 14:07:32 PDT 2025
mtrofin wrote:
> For my understanding: Is this a performance improvement?
I could see some small improvements, yes.
> Otherwise I would expect the pass to just invalidate the analysis (as it doesn't seem to explicitely preserve it) forcing a recompute of BlockFrequencyInfo next time it is needed?
BFI won't update function entry count though.
https://github.com/llvm/llvm-project/pull/143987
More information about the llvm-commits
mailing list