[PATCH] D96825: [AArch64] Adding Polynomial vadd Intrinsics support

Ryan Santhirarajan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 16 17:43:04 PST 2021


rsanthir.quic created this revision.
rsanthir.quic added reviewers: t.p.northover, kevin.qin, labrinea, pbarrio, apazos.
Herald added subscribers: danielkiss, kristof.beyls.
rsanthir.quic requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This patch adds the following intrinsics:

  vadd_p8
  vadd_p16
  vadd_p64
  vaddq_p8
  vaddq_p16
  vaddq_p64
  vaddq_p128


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96825

Files:
  clang/include/clang/Basic/arm_neon.td
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/aarch64-poly-add.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96825.324141.patch
Type: text/x-patch
Size: 5998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210217/93e8e316/attachment-0001.bin>


More information about the cfe-commits mailing list