[all-commits] [llvm/llvm-project] 36bb1f: [MLInliner] Factor out logging
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Oct 5 18:09:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 36bb1fb1fe624012332d1f2788625ee4625f29db
https://github.com/llvm/llvm-project/commit/36bb1fb1fe624012332d1f2788625ee4625f29db
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-10-05 (Mon, 05 Oct 2020)
Changed paths:
M llvm/include/llvm/Analysis/Utils/TFUtils.h
M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
M llvm/lib/Analysis/TFUtils.cpp
M llvm/test/Transforms/Inline/ML/development-training-log.ll
M llvm/unittests/Analysis/TFUtilsTest.cpp
Log Message:
-----------
[MLInliner] Factor out logging
Factored out the logging facility, to allow its reuse outside the
inliner.
Differential Revision: https://reviews.llvm.org/D88770
More information about the All-commits
mailing list