This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 93c7b61d509 [WebAssembly][NFC] Unify ARGUMENT classes new 6e3463c0eb4 [Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functions new 3baba1cf36a [WebAssembly] SIMD min and max
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: docs/LangRef.rst | 76 ++++++++++ include/llvm/ADT/APFloat.h | 26 ++++ include/llvm/CodeGen/ISDOpcodes.h | 5 +- include/llvm/IR/IRBuilder.h | 10 ++ include/llvm/IR/Intrinsics.td | 8 ++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 12 ++ lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 14 +- test/CodeGen/WebAssembly/f32.ll | 24 +++- test/CodeGen/WebAssembly/f64.ll | 24 +++- test/CodeGen/WebAssembly/simd-arith.ll | 168 +++++++++++++++++++++++ test/MC/WebAssembly/simd-encodings.s | 12 ++ unittests/ADT/APFloatTest.cpp | 30 ++++ unittests/IR/IRBuilderTest.cpp | 8 ++ 13 files changed, 396 insertions(+), 21 deletions(-)