[PATCH] D23144: Add instruction_count MD to imported functions

Piotr Padlewski via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 17:03:30 PDT 2016


Prazek created this revision.
Prazek added reviewers: eraman, tejohnson.
Prazek added a subscriber: llvm-commits.

To check what kind of functions that get imported are inlined
I need the function size, counted while importing.

https://reviews.llvm.org/D23144

Files:
  include/llvm/Transforms/IPO/FunctionImport.h
  include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
  lib/Transforms/IPO/FunctionImport.cpp
  test/Transforms/FunctionImport/funcimport.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23144.66738.patch
Type: text/x-patch
Size: 6811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160804/8dac9aed/attachment.bin>


More information about the llvm-commits mailing list