This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 982b31b19dd [llvm-objcopy] [COFF] Fix a test matching pathnames for Win [...] new 09b08520409 [WebAssembly] Add unimplemented-simd128 subtarget feature
The 1 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/WebAssembly.td | 9 +++- lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 4 +- lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 2 - lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 42 ++++++++++------ lib/Target/WebAssembly/WebAssemblyISelLowering.h | 1 + lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 4 +- lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 8 ++-- lib/Target/WebAssembly/WebAssemblySubtarget.cpp | 7 ++- lib/Target/WebAssembly/WebAssemblySubtarget.h | 20 +++++--- test/CodeGen/WebAssembly/simd-arith.ll | 56 ++++++++-------------- test/CodeGen/WebAssembly/simd-bitcasts.ll | 6 +-- test/CodeGen/WebAssembly/simd-comparisons.ll | 6 +-- test/CodeGen/WebAssembly/simd-conversions.ll | 6 +-- .../WebAssembly/simd-ext-load-trunc-store.ll | 2 +- test/CodeGen/WebAssembly/simd-intrinsics.ll | 4 +- .../WebAssembly/simd-load-store-alignment.ll | 2 +- test/CodeGen/WebAssembly/simd-offset.ll | 6 +-- test/CodeGen/WebAssembly/simd-select.ll | 2 +- test/CodeGen/WebAssembly/simd-sext-inreg.ll | 6 +-- test/CodeGen/WebAssembly/simd.ll | 4 +- test/MC/WebAssembly/basic-assembly.s | 4 +- test/MC/WebAssembly/simd-encodings.s | 2 +- test/MC/WebAssembly/types.ll | 2 +- 23 files changed, 108 insertions(+), 97 deletions(-)