[PATCH] D60903: [SampleFDO] Never set profile entry count to 0
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 19 09:21:26 PDT 2019
davidxl added a comment.
It is possible to for an entry with zero count -- as for instance in instrumentation PGO. Should it be fixed in place where the div by zero happens?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60903/new/
https://reviews.llvm.org/D60903
More information about the llvm-commits
mailing list