[PATCH] D104060: Machine IR Profile

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 15:42:26 PDT 2021


davidxl added a comment.

Very interesting work.  A high level question, the CSFDO/CSPGO instruments the program after the inlining pass, so it can provide the same level of coverage for machine IR. What additional information do we expect from MIR profile that is not available in CSFDO?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104060



More information about the llvm-commits mailing list