This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b786258 docs: Document that !absolute_symbol { all-ones, all-ones } m [...] new 92a30c5 [ValueTracking] recognize variations of 'clamp' to improve co [...] new 87d73e9 IPO, LTO: Plumb the summary from the LTO API into the pass manager.
The 2 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/LTO/LTOBackend.h | 5 +-- include/llvm/Transforms/IPO/PassManagerBuilder.h | 6 ++++ lib/Analysis/ValueTracking.cpp | 40 +++++++++++++++++++++++- lib/LTO/LTO.cpp | 2 +- lib/LTO/LTOBackend.cpp | 15 +++++---- lib/Transforms/IPO/PassManagerBuilder.cpp | 9 ++++-- test/CodeGen/X86/vec_minmax_match.ll | 26 +++++---------- test/LTO/Resolution/X86/lowertypetests.ll | 21 +++++++++++++ test/Transforms/InstCombine/minmax-fold.ll | 16 +++++----- 9 files changed, 102 insertions(+), 38 deletions(-) create mode 100644 test/LTO/Resolution/X86/lowertypetests.ll