[PATCH] D76397: [WebAssembly] SIMD bitmask intrinsics and builtin functions

Thomas Lively via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 18 17:24:09 PDT 2020


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

These experimental new instructions are proposed in
https://github.com/WebAssembly/simd/pull/201.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76397

Files:
  clang/include/clang/Basic/BuiltinsWebAssembly.def
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/builtins-wasm.c
  llvm/include/llvm/IR/IntrinsicsWebAssembly.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
  llvm/test/MC/WebAssembly/simd-encodings.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76397.251222.patch
Type: text/x-patch
Size: 6633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200319/09582f45/attachment.bin>


More information about the cfe-commits mailing list