[PATCH] D16943: [ThinLTO] Include linkage type in function summary
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 22:51:43 PST 2016
tejohnson created this revision.
tejohnson added a reviewer: joker.eph.
tejohnson added subscribers: llvm-commits, davidxl.
Herald added a subscriber: joker.eph.
Adds the linkage type to both the per-module and combined function
summaries, which subsumes the current islocal bit. This will eventually
be used to optimized linkage types based on global summary-based
analysis.
http://reviews.llvm.org/D16943
Files:
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/IR/FunctionInfo.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/FunctionInfo.cpp
test/Bitcode/thinlto-function-summary.ll
test/Bitcode/thinlto-summary-linkage-types.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16943.47075.patch
Type: text/x-patch
Size: 10127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160206/8c816d73/attachment.bin>
More information about the llvm-commits
mailing list