[PATCH] D46109: [ARM, AArch64] Add intrinsics for dot product instructions

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 26 02:30:11 PDT 2018


olista01 created this revision.
olista01 added reviewers: rengolin, SjoerdMeijer, flyingforyou.
Herald added a reviewer: javed.absar.
Herald added subscribers: llvm-commits, chrib, kristof.beyls.

The ACLE spec which describes these intrinsics hasn't been published yet, but this is based on the final draft which will be published soon, and these have already been implemented by GCC.


Repository:
  rL LLVM

https://reviews.llvm.org/D46109

Files:
  include/clang/Basic/arm_neon.td
  include/clang/Basic/arm_neon_incl.td
  lib/CodeGen/CGBuiltin.cpp
  test/CodeGen/aarch64-neon-dot-product.c
  test/CodeGen/arm-neon-dot-product.c
  utils/TableGen/NeonEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46109.144081.patch
Type: text/x-patch
Size: 14853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180426/3ad6769b/attachment-0001.bin>


More information about the llvm-commits mailing list