[PATCH] D19404: Reorganize GlobalValueSummary with a "Flags" bitfield.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 23:52:42 PDT 2016
joker.eph created this revision.
joker.eph added a reviewer: tejohnson.
joker.eph added a subscriber: llvm-commits.
Herald added a subscriber: joker.eph.
Right now it only contains the LinkageType, but will be extended
with "hasSection", "isOptSize", "hasInlineAssembly", etc.
http://reviews.llvm.org/D19404
Files:
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/IR/ModuleSummaryIndex.h
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
test/Bitcode/thinlto-function-summary-refgraph.ll
test/Bitcode/thinlto-function-summary.ll
test/Bitcode/thinlto-summary-linkage-types.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19404.54615.patch
Type: text/x-patch
Size: 25280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160422/ded92da7/attachment.bin>
More information about the llvm-commits
mailing list