[PATCH] D96981: [SampleFDO][NFC] Refactor: make SampleProfileLoaderBaseImpl a template class

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 12:26:43 PST 2021


hoy accepted this revision.
hoy added a comment.

We have an MCF-based counts inference algorithm to be integrated into the refactored framework later. The algorithm only works on IR so far since it leverages certain IR characteristics like `Unreachable` and `Invoke` instructions to distribute counts more reasonably. Looks like some sort of specialized code is needed. So far the refactoring looks good to me. Thanks.


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

https://reviews.llvm.org/D96981



More information about the llvm-commits mailing list