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

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 9 13:29:03 PST 2019


tlively updated this revision to Diff 180917.
tlively added a comment.

- Put the sign-ext feature tablegen definition back in its original place


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56501

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56501.180917.patch
Type: text/x-patch
Size: 30754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190109/6647d92b/attachment.bin>


More information about the llvm-commits mailing list