This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6b4f8f2cc75 gn build: Merge r361418 more new 0d3ad44af82 UpdateTestChecks: -march=mips/-march=mipsel is mips triple. new 531cd20c4db [NFC][Mips] Autogenerate msa/arithmetic.ll test new d73bf2e5114 [NFC][Mips] Autogenerate msa/i5-s.ll test new dd86a3bd02d [NFC][PPC] Autogenerate vec_add_sub_doubleword.ll test new 8f80fabdb2f [NFC][PPC] Autogenerate vec_add_sub_quadword.ll test new a94cd9166bc [WebAssembly] Implement ReplaceNodeResults to fix a SIMD crash
The 6 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/WebAssemblyISelLowering.cpp | 15 + lib/Target/WebAssembly/WebAssemblyISelLowering.h | 3 + test/CodeGen/Mips/msa/arithmetic.ll | 689 ++++++++++----------- test/CodeGen/Mips/msa/i5-s.ll | 72 ++- test/CodeGen/PowerPC/vec_add_sub_doubleword.ll | 140 +++-- test/CodeGen/PowerPC/vec_add_sub_quadword.ll | 230 ++++--- test/CodeGen/WebAssembly/simd-illegal-signext.ll | 24 + utils/UpdateTestChecks/asm.py | 1 + 8 files changed, 648 insertions(+), 526 deletions(-) create mode 100644 test/CodeGen/WebAssembly/simd-illegal-signext.ll