[all-commits] [llvm/llvm-project] 95ce32: [NFC] Move ImportedFunctionsInliningStatistics to ...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Jan 20 13:23:10 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 95ce32c7878d92a9058c052ebe7b35f97f23569e
https://github.com/llvm/llvm-project/commit/95ce32c7878d92a9058c052ebe7b35f97f23569e
Author: Mircea Trofin <mtrofin at google.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
A llvm/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h
M llvm/include/llvm/Transforms/IPO/Inliner.h
R llvm/include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
M llvm/lib/Analysis/CMakeLists.txt
A llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp
M llvm/lib/Transforms/IPO/Inliner.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
R llvm/lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
Log Message:
-----------
[NFC] Move ImportedFunctionsInliningStatistics to Analysis
This is related to D94982. We want to call these APIs from the Analysis
component, so we can't leave them under Transforms.
Differential Revision: https://reviews.llvm.org/D95079
More information about the All-commits
mailing list