This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 25f648c NFC. Introduce Value::getPointerDerferecnceableBytes new 8777897 [ThinLTO] Use valueid instead of bitcode offsets in combined [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Bitcode/LLVMBitCodes.h | 10 +-- include/llvm/IR/ModuleSummaryIndex.h | 18 +++++ lib/Bitcode/Reader/BitcodeReader.cpp | 85 ++++++++-------------- lib/Bitcode/Writer/BitcodeWriter.cpp | 84 ++++++--------------- test/Bitcode/thinlto-alias.ll | 10 +-- .../thinlto-function-summary-callgraph-pgo.ll | 6 +- test/Bitcode/thinlto-function-summary-callgraph.ll | 6 +- .../thinlto-function-summary-originalnames.ll | 6 +- test/Bitcode/thinlto-summary-linkage-types.ll | 16 ++-- test/Bitcode/thinlto-summary-section.ll | 2 +- test/tools/gold/X86/thinlto.ll | 4 +- test/tools/llvm-lto/thinlto.ll | 4 +- tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1 - 13 files changed, 101 insertions(+), 151 deletions(-)