[PATCH] D18836: Make alias explicit in the module summary
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 11:20:44 PDT 2016
joker.eph created this revision.
joker.eph added a reviewer: tejohnson.
joker.eph added a subscriber: llvm-commits.
joker.eph set the repository for this revision to rL LLVM.
Herald added a subscriber: joker.eph.
To be able to work accurately on the reference graph when taking decision
about internalizing, promoting, renaming, etc. We need to have the alias
information explicit.
This needs a bit of cleanup and a few more test, but you may have some early comments on the general way of representing this.
Repository:
rL LLVM
http://reviews.llvm.org/D18836
Files:
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/IR/ModuleSummaryIndex.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Transforms/IPO/FunctionImport.cpp
test/Bitcode/thinlto-function-summary.ll
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18836.52826.patch
Type: text/x-patch
Size: 16193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160406/7412ed3f/attachment.bin>
More information about the llvm-commits
mailing list