This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 49a435a [InstCombine] allow (X * C2) << C1 --> X * (C2 << C1) for vectors new 6291860 [WebAssembly] Refactor void return peephole using MaybeRewrit [...] new 396f720 [PM/LCG] Teach the LazyCallGraph how to replace a function wi [...]
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/Analysis/LazyCallGraph.h | 430 +++++++++++++------------ lib/Analysis/CGSCCPassManager.cpp | 54 ++-- lib/Analysis/LazyCallGraph.cpp | 356 ++++++++++---------- lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 28 +- lib/Transforms/IPO/Inliner.cpp | 4 +- unittests/Analysis/LazyCallGraphTest.cpp | 257 ++++++++++----- 6 files changed, 637 insertions(+), 492 deletions(-)