[PATCH] D67020: [WebAssembly] Add SIMD QFMA/QFMS

Thomas Lively via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 30 14:25:46 PDT 2019


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

Adds clang builtins and LLVM intrinsics for these experimental
instructions. They are not implemented in engines yet, but that is ok
because the user must opt into using them by calling the builtins.

Depends on D66983 <https://reviews.llvm.org/D66983>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67020

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: D67020.218167.patch
Type: text/x-patch
Size: 9649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190830/187fb569/attachment-0001.bin>


More information about the cfe-commits mailing list