[PATCH] D99351: [CSSPGO] Top-down processing order based on full profile.

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 28 23:01:43 PDT 2021


wmi added a comment.

Seems there is still build error:

lib/Transforms/IPO/SampleProfile.cpp:1692:23: error: no matching constructor for initialization of 'llvm::sampleprof::ProfiledCallGraph'

  ProfiledCallGraph ProfiledCG;

include/llvm/Transforms/IPO/ProfiledCallGraph.h:43:3: note: candidate constructor not viable: requires 2 arguments, but 0 were provided

  ProfiledCallGraph(StringMap<FunctionSamples> &ProfileMap,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99351



More information about the llvm-commits mailing list