[PATCH] D95079: [NFC] Move ImportedFunctionsInliningStatistics to Analysis

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 12:41:41 PST 2021


mtrofin created this revision.
mtrofin added reviewers: aeubanks, davidxl.
Herald added subscribers: hiraditya, eraman, mgorny.
mtrofin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is related to D94982 <https://reviews.llvm.org/D94982>. We want to call these APIs from the Analysis
component, so we can't leave them under Transforms.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95079

Files:
  llvm/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h
  llvm/include/llvm/Transforms/IPO/Inliner.h
  llvm/include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
  llvm/lib/Analysis/CMakeLists.txt
  llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp
  llvm/lib/Transforms/IPO/Inliner.cpp
  llvm/lib/Transforms/Utils/CMakeLists.txt
  llvm/lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95079.317973.patch
Type: text/x-patch
Size: 7998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210120/356f5f11/attachment.bin>


More information about the llvm-commits mailing list