This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 32053eb34f4 [WebAssembly] Support WebAssemblyFunctionInfo serialization new fa1a7df2eb7 [WebAssembly] Add CFGStacikfied field to WebAssemblyFunctionInfo new 9551a638127 [InstCombine] form uaddsat from add+umin (PR14613)
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: lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 1 + .../WebAssembly/WebAssemblyMachineFunctionInfo.cpp | 7 +- .../WebAssembly/WebAssemblyMachineFunctionInfo.h | 12 ++- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 25 +++++++ test/CodeGen/WebAssembly/function-info.mir | 3 +- test/Transforms/InstCombine/minmax-fold.ll | 4 +- test/Transforms/InstCombine/saturating-add-sub.ll | 87 +++++++++++++++++----- 7 files changed, 113 insertions(+), 26 deletions(-)