This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 638925075c5 [lit, python3] Update lit error logging to work correctly i [...] new ab3088f7413 [lit] Disable shtest-timeout on Windows new 4f8862743a4 [WebAssembly] Update SIMD binary arithmetic
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: .../InstPrinter/WebAssemblyInstPrinter.cpp | 2 + lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 8 +- lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 2 + .../WebAssembly/WebAssemblyCallIndirectFixup.cpp | 3 +- lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 26 ++++++ lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 2 + lib/Target/WebAssembly/WebAssemblyInstrCall.td | 10 +++ lib/Target/WebAssembly/WebAssemblyInstrControl.td | 2 + lib/Target/WebAssembly/WebAssemblyInstrFormats.td | 30 +++++-- lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 2 + lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 21 +++-- lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 10 +++ lib/Target/WebAssembly/WebAssemblyRegisterInfo.td | 4 +- lib/Target/WebAssembly/WebAssemblyUtilities.cpp | 6 ++ test/CodeGen/WebAssembly/simd-arith.ll | 97 +++++++++++++++++++++- utils/lit/tests/shtest-timeout.py | 3 + 16 files changed, 206 insertions(+), 22 deletions(-)