[llvm-branch-commits] [NFC][IndirectCallProm] Refactor function-based conditional devirtualization and indirect call value profile update into one helper function (PR #80762)
Teresa Johnson via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Feb 7 16:34:23 PST 2024
================
@@ -1260,6 +1260,8 @@ void annotateValueSite(Module &M, Instruction &Inst,
ArrayRef<InstrProfValueData> VDs,
uint64_t Sum, InstrProfValueKind ValueKind,
uint32_t MaxMDCount) {
+ if (VDs.empty())
----------------
teresajohnson wrote:
Oh, is this because you no longer check the "NumPromoted == NumVals" case?
https://github.com/llvm/llvm-project/pull/80762
More information about the llvm-branch-commits
mailing list