[PATCH] D56560: [WebAssembly] Add unimplemented-simd128 subtarget feature

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 14:37:35 PST 2019


This revision was automatically updated to reflect the committed changes.
tlively marked an inline comment as done.
Closed by commit rL350901: [WebAssembly] Add unimplemented-simd128 subtarget feature (authored by tlively, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56560?vs=181157&id=181160#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56560/new/

https://reviews.llvm.org/D56560

Files:
  llvm/trunk/lib/Target/WebAssembly/WebAssembly.td
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelLowering.h
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  llvm/trunk/lib/Target/WebAssembly/WebAssemblySubtarget.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblySubtarget.h
  llvm/trunk/test/CodeGen/WebAssembly/simd-arith.ll
  llvm/trunk/test/CodeGen/WebAssembly/simd-bitcasts.ll
  llvm/trunk/test/CodeGen/WebAssembly/simd-comparisons.ll
  llvm/trunk/test/CodeGen/WebAssembly/simd-conversions.ll
  llvm/trunk/test/CodeGen/WebAssembly/simd-ext-load-trunc-store.ll
  llvm/trunk/test/CodeGen/WebAssembly/simd-intrinsics.ll
  llvm/trunk/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
  llvm/trunk/test/CodeGen/WebAssembly/simd-offset.ll
  llvm/trunk/test/CodeGen/WebAssembly/simd-select.ll
  llvm/trunk/test/CodeGen/WebAssembly/simd-sext-inreg.ll
  llvm/trunk/test/CodeGen/WebAssembly/simd.ll
  llvm/trunk/test/MC/WebAssembly/basic-assembly.s
  llvm/trunk/test/MC/WebAssembly/simd-encodings.s
  llvm/trunk/test/MC/WebAssembly/types.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56560.181160.patch
Type: text/x-patch
Size: 35193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190110/49244186/attachment.bin>


More information about the llvm-commits mailing list