[PATCH] D53253: Make merge function decisions before the thin-lto stage
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 13 23:04:38 PDT 2018
hiraditya created this revision.
hiraditya added reviewers: sebpop, brzycki, SirishP, tobiasvk.
Herald added subscribers: dang, arphaman, dexonsmith, steven_wu, eraman, inglorion, mehdi_amini.
Make decisions about which functions are to be imported, and the module of the function which will be hosting all the other functions.
https://reviews.llvm.org/D53253
Files:
include/llvm/IR/ModuleSummaryIndex.h
include/llvm/Transforms/IPO/WholeProgramDevirt.h
lib/LTO/ThinLTOCodeGenerator.cpp
lib/Transforms/IPO/MergeSimilarFunctions.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53253.169590.patch
Type: text/x-patch
Size: 7575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181014/35ad2429/attachment.bin>
More information about the llvm-commits
mailing list