[PATCH] D139062: [mlgo][nfc] Virtualize Logger implementation

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 16:44:44 PST 2022


mtrofin created this revision.
mtrofin added reviewers: kazu, jacobhegna.
Herald added a subscriber: hiraditya.
Herald added a project: All.
mtrofin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is in preparation for dropping the dependency on protobuf. This
first step allows us to subsequently introduce the non-protobuf
implementation behind a flag. After that we can update the training side
to ingest the new format, after which we can drop the protobuf
implementation and de-virtualize everything.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139062

Files:
  llvm/lib/Analysis/TrainingLogger.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139062.479103.patch
Type: text/x-patch
Size: 4067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221201/9f3e9c8a/attachment.bin>


More information about the llvm-commits mailing list