[llvm] [CodeGenPrepare] Maintain BranchProbabilityInfo up-to-date in bypassSlowDivision (PR #212058)

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 13:12:07 PDT 2026


Ralender wrote:

> This LGTM, should we update BlockFrequencyInfo too?

yes BlockFrequencyInfo also gets outdated. but at least it doesn't crash. Also I am not sure it should be done here.

https://github.com/llvm/llvm-project/pull/212058


More information about the llvm-commits mailing list