[PATCH] D116985: [MLGO] Add support for multiple training traces per module

Yundi Qian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 13:40:34 PST 2022


yundiqian accepted this revision.
yundiqian added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/Analysis/Utils/TFUtils.h:184
 
+  // Flush a set of logs that are produced from the same module, e.g.
+  // per-function regalloc traces.
----------------
from the same module in format of google::protobuf::Struct, e.g., ...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116985



More information about the llvm-commits mailing list