This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f125a4c08ec [GlobalISel][AArch64] Add isel support for G_INSERT_VECTOR_ [...] new 714da7944c4 [MemorySSA] Limit clobber walks. new 12e624f2514 [SCEV] Check the cache in get{S|U}MaxExpr before doing any work new 0ef436534eb [WebAssembly] Add mutable globals feature
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: include/llvm/Analysis/ScalarEvolution.h | 10 ++ lib/Analysis/MemorySSA.cpp | 82 +++++++++---- lib/Analysis/ScalarEvolution.cpp | 45 +++++-- lib/Target/WebAssembly/WebAssembly.td | 4 + lib/Target/WebAssembly/WebAssemblySubtarget.h | 2 + test/Analysis/MemorySSA/optimize-use.ll | 31 +++-- test/Analysis/MemorySSA/phi-translation.ll | 44 ++++--- test/Analysis/ScalarEvolution/max-expr-cache.ll | 156 ++++++++++++++++++++++++ test/CodeGen/WebAssembly/mutable-globals.ll | 16 +++ 9 files changed, 332 insertions(+), 58 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/max-expr-cache.ll create mode 100644 test/CodeGen/WebAssembly/mutable-globals.ll