[PATCH] D149251: [SCEV] Don't compute exact backedge taken count to update stats

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 06:03:21 PDT 2023


nikic added a comment.

I think it might make more sense to replace NumTripCountsComputed with NumExitCountsComputed etc (actually NumBruteForceTripCountsComputed already has this meaning, the name is a lie). I think this is the more interesting quantity to look at in terms of how good our calculations are, because whether we can determine an exit count is something we can influence, while whether a BECount can be determined from those exit counts is largely just a question of loop structure.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149251/new/

https://reviews.llvm.org/D149251



More information about the llvm-commits mailing list