OSDN Git Service

[WebAssembly] Implement vector sext_inreg and tests with comparisons
authorThomas Lively <tlively@google.com>
Sat, 20 Oct 2018 01:35:23 +0000 (01:35 +0000)
committerThomas Lively <tlively@google.com>
Sat, 20 Oct 2018 01:35:23 +0000 (01:35 +0000)
commit1a048fad673a557227b261d29d0459b843bd584c
tree014b005f977bb003e27de2e5cde829c4ab440b98
parent7366ef73c4802c89c54e19d619bca572428cc4ac
[WebAssembly] Implement vector sext_inreg and tests with comparisons

Summary: Depends on D53251.

Reviewers: aheejin, dschuff

Subscribers: sbc100, jgravelle-google, sunfish, llvm-commits

Differential Revision: https://reviews.llvm.org/D53252

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344826 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
test/CodeGen/WebAssembly/simd-comparisons.ll
test/CodeGen/WebAssembly/simd-sext-inreg.ll [new file with mode: 0644]