[PATCH] D98457: [WebAssembly] Remove unimplemented-simd target features

Thomas Lively via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 11 14:46:45 PST 2021


tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: jansvoboda11, wingo, dang, ecnelises, jfb, arphaman, sunfish, hiraditya, jgravelle-google, sbc100.
tlively requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

Now that the WebAssembly SIMD specification is finalized and engines are
generally up-to-date, there is no need for a separate target feature for gating
SIMD instructions that engines have not implemented. With this change,
v128.const is now enabled by default with the simd128 target feature.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98457

Files:
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/builtins-wasm.c
  clang/test/Preprocessor/wasm-target-features.c
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/test/CodeGen/WebAssembly/simd-arith.ll
  llvm/test/CodeGen/WebAssembly/simd-build-vector.ll
  llvm/test/CodeGen/WebAssembly/simd-comparisons.ll
  llvm/test/CodeGen/WebAssembly/simd-conversions.ll
  llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
  llvm/test/CodeGen/WebAssembly/simd-load-splat.ll
  llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
  llvm/test/CodeGen/WebAssembly/simd-noopt.ll
  llvm/test/CodeGen/WebAssembly/simd-reductions.ll
  llvm/test/CodeGen/WebAssembly/simd-select.ll
  llvm/test/CodeGen/WebAssembly/simd-sext-inreg.ll
  llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
  llvm/test/CodeGen/WebAssembly/simd.ll
  llvm/test/MC/WebAssembly/basic-assembly.s
  llvm/test/MC/WebAssembly/data-section.s
  llvm/test/MC/WebAssembly/simd-encodings.s
  llvm/test/MC/WebAssembly/type-index.s
  llvm/test/MC/WebAssembly/types.ll
  llvm/test/MC/WebAssembly/wasm64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98457.330075.patch
Type: text/x-patch
Size: 107006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210311/6b16d0ea/attachment-0001.bin>


More information about the cfe-commits mailing list