[PATCH] D79485: [BPI] Improve static heuristics for "cold" paths.
Evgeniy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 22:37:30 PDT 2020
ebrevnov added inline comments.
================
Comment at: llvm/lib/Analysis/BranchProbabilityInfo.cpp:716
+/// 'unreachable', 'noreturn', 'cold', 'unwind' blocks. In addition it does its
+/// best to propogate the weight to up/down the IR.
+void BranchProbabilityInfo::computeEstimatedBlockWeight(
----------------
hiraditya wrote:
> nit: inconsistent comments '//' vs '///'
Will remove extra /
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79485/new/
https://reviews.llvm.org/D79485
More information about the llvm-commits
mailing list