This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4e29225d159 [InstCombine] narrow lshr with constant new 4c314d6d301 [ThinLTO] Add FunctionAttrs to ThinLTO index new 19f5e627c38 [InstCombine] Use ConstantInt::getFalse to reduce some code. NFC new 582a2bb8aff [InstCombine] Remove the (not (sext)) case from foldBoolSex [...] new 201cf7ea262 [InstCombine] Fold single-use variable into assert.
The 4 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/IR/ModuleSummaryIndex.h | 24 ++++++++-- include/llvm/IR/ModuleSummaryIndexYAML.h | 5 ++- lib/Analysis/ModuleSummaryAnalysis.cpp | 23 +++++++--- lib/Bitcode/Reader/BitcodeReader.cpp | 52 ++++++++++++++++------ lib/Bitcode/Writer/BitcodeWriter.cpp | 21 +++++++-- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 35 ++++----------- lib/Transforms/InstCombine/InstCombineSelect.cpp | 3 +- lib/Transforms/InstCombine/InstCombineShifts.cpp | 4 +- test/Bitcode/summary_version.ll | 2 +- test/Bitcode/thinlto-alias.ll | 4 +- test/Bitcode/thinlto-alias2.ll | 2 +- .../thinlto-function-summary-callgraph-pgo.ll | 4 +- ...o-function-summary-callgraph-profile-summary.ll | 4 +- ...ion-summary-callgraph-sample-profile-summary.ll | 4 +- test/Bitcode/thinlto-function-summary-callgraph.ll | 4 +- .../thinlto-function-summary-functionattrs.ll | 27 +++++++++++ test/Bitcode/thinlto-function-summary-refgraph.ll | 10 ++--- test/Transforms/InstCombine/vector-casts.ll | 2 +- 18 files changed, 154 insertions(+), 76 deletions(-) create mode 100644 test/Bitcode/thinlto-function-summary-functionattrs.ll