[all-commits] [llvm/llvm-project] 55e12f: [NFC][MLGO] Just use the underlying protobuf objec...

Mircea Trofin via All-commits all-commits at lists.llvm.org
Fri Jul 23 10:57:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55e12f7080df4f2adb43e6aa8151d59e981c724a
      https://github.com/llvm/llvm-project/commit/55e12f7080df4f2adb43e6aa8151d59e981c724a
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2021-07-23 (Fri, 23 Jul 2021)

  Changed paths:
    M llvm/include/llvm/Analysis/Utils/TFUtils.h
    M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
    M llvm/lib/Analysis/TFUtils.cpp
    M llvm/unittests/Analysis/TFUtilsTest.cpp

  Log Message:
  -----------
  [NFC][MLGO] Just use the underlying protobuf object for logging

Avoid buffering just to copy the buffered data, in 'development
mode', when logging. Instead, just populate the underlying protobuf.

Differential Revision: https://reviews.llvm.org/D106592




More information about the All-commits mailing list