[PATCH] D109980: profi - a flow-based profile inference algorithm: Part III (out of 3)
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 1 17:19:27 PST 2021
hoy added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/SampleProfileInference.cpp:501
+ // zero-flow block
+ if (SrcBlock->Dangling || SrcBlock->Flow == 0)
+ continue;
----------------
This is called "UnknownWeight" now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109980/new/
https://reviews.llvm.org/D109980
More information about the llvm-commits
mailing list