This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 315f6cf87cd [MachineCSE][GlobalISel] Making sure MachineCSE works mid-G [...] new 7366ef73c48 [WebAssembly] Custom lower i64x2 constant shifts to avoid wrap new 1a048fad673 [WebAssembly] Implement vector sext_inreg and tests with co [...]
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/WebAssemblyISD.def | 3 + lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 42 ++ lib/Target/WebAssembly/WebAssemblyISelLowering.h | 1 + lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 22 +- test/CodeGen/WebAssembly/simd-arith.ll | 29 +- test/CodeGen/WebAssembly/simd-comparisons.ll | 830 ++++++++++++++++++++- test/CodeGen/WebAssembly/simd-sext-inreg.ll | 65 ++ 7 files changed, 965 insertions(+), 27 deletions(-) create mode 100644 test/CodeGen/WebAssembly/simd-sext-inreg.ll