[PATCH] D116180: [InstrProf] Add single byte coverage mode
Ellis Hoag via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 24 20:13:52 PST 2022
ellis added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp:478
+ M, /*IsCS=*/true, PGOInstrumentEntry,
+ DebugInfoCorrelate, CoverageInstrumentation));
return false;
----------------
kyulee wrote:
> Hmm. It appears to continue adding extra parameters.
> I wonder whether we can refactor this given more features are coming.
I've created a D118097 to refactor this
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116180/new/
https://reviews.llvm.org/D116180
More information about the llvm-commits
mailing list