[PATCH] D53337: [ThinLTO] Add importing stats to thin link
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 16 12:25:07 PDT 2018
tejohnson created this revision.
tejohnson added a reviewer: wmi.
Herald added subscribers: dexonsmith, inglorion.
Previously we could only get the number of imported functions and
variables from the backend. This adds stats to the thin link where the
importing is decided.
Repository:
rL LLVM
https://reviews.llvm.org/D53337
Files:
lib/Transforms/IPO/FunctionImport.cpp
test/Transforms/FunctionImport/Inputs/import_stats.ll
test/Transforms/FunctionImport/import_stats.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53337.169878.patch
Type: text/x-patch
Size: 5939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181016/3dcb9cd7/attachment.bin>
More information about the llvm-commits
mailing list