[PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 22 21:39:38 PST 2015
joker.eph created this revision.
joker.eph added a reviewer: tejohnson.
joker.eph added subscribers: llvm-commits, dexonsmith.
This is a helper to perform cross-module import for ThinLTO. Right now
it is importing naively every possible called functions.
http://reviews.llvm.org/D14914
Files:
include/llvm/InitializePasses.h
include/llvm/Transforms/IPO/FunctionImport.h
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/FunctionImport.cpp
lib/Transforms/IPO/IPO.cpp
lib/Transforms/IPO/LLVMBuild.txt
test/Transforms/FunctionImport/Inputs/funcimport.ll
test/Transforms/FunctionImport/funcimport.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14914.40900.patch
Type: text/x-patch
Size: 16030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151123/394917d3/attachment.bin>
More information about the llvm-commits
mailing list