This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3928f27 Fix a test that failed due to: https://llvm.org/svn/llvm-pro [...] new f9b2472 [InstCombine] add tests for missing vector icmp folds new d73e134 [ThinLTO] Remove functions resolved to available_externally f [...] new b4ca813 Revert "[ValueTracking] Improve ValueTracking on left shift w [...]
The 3 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: lib/Analysis/ValueTracking.cpp | 17 ++++----------- lib/Transforms/IPO/FunctionImport.cpp | 9 ++++++++ test/Analysis/ValueTracking/known-signbit-shift.ll | 24 ---------------------- .../X86/Inputs/linkonce_resolution_comdat.ll | 13 ++++++++++++ test/ThinLTO/X86/linkonce_resolution_comdat.ll | 23 +++++++++++++++++++++ test/Transforms/InstCombine/icmp.ll | 24 ++++++++++++++++++++++ 6 files changed, 73 insertions(+), 37 deletions(-) delete mode 100644 test/Analysis/ValueTracking/known-signbit-shift.ll create mode 100644 test/ThinLTO/X86/Inputs/linkonce_resolution_comdat.ll create mode 100644 test/ThinLTO/X86/linkonce_resolution_comdat.ll