[PATCH] D73926: [WebAssembly] Enable recently implemented SIMD operations

Thomas Lively via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 3 14:19:56 PST 2020


tlively created this revision.
tlively added a reviewer: aheejin.
Herald added subscribers: llvm-commits, cfe-commits, sunfish, hiraditya, jgravelle-google, sbc100, dschuff.
Herald added projects: clang, LLVM.

Moves a batch of instructions from unimplemented-simd128 to simd128
because they have recently become available in V8.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73926

Files:
  clang/include/clang/Basic/BuiltinsWebAssembly.def
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  llvm/test/CodeGen/WebAssembly/simd-arith.ll
  llvm/test/CodeGen/WebAssembly/simd-bitcasts.ll
  llvm/test/CodeGen/WebAssembly/simd-build-pair.ll
  llvm/test/CodeGen/WebAssembly/simd-comparisons.ll
  llvm/test/CodeGen/WebAssembly/simd-extended-extract.ll
  llvm/test/CodeGen/WebAssembly/simd-offset.ll
  llvm/test/CodeGen/WebAssembly/simd-scalar-to-vector.ll
  llvm/test/CodeGen/WebAssembly/simd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73926.242187.patch
Type: text/x-patch
Size: 72243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200203/95f2ef97/attachment-0001.bin>


More information about the cfe-commits mailing list