[all-commits] [llvm/llvm-project] d96450: [AArch64] Adding Neon Polynomial vadd Intrinsics

pzhengqc via All-commits all-commits at lists.llvm.org
Thu Feb 18 11:34:09 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9645059c5deeacf264bea0cf50eab459cf8e5bb
      https://github.com/llvm/llvm-project/commit/d9645059c5deeacf264bea0cf50eab459cf8e5bb
  Author: Pengxuan Zheng <pzheng at quicinc.com>
  Date:   2021-02-18 (Thu, 18 Feb 2021)

  Changed paths:
    M clang/include/clang/Basic/arm_neon.td
    M clang/lib/CodeGen/CGBuiltin.cpp
    A clang/test/CodeGen/aarch64-poly-add.c

  Log Message:
  -----------
  [AArch64] Adding Neon Polynomial vadd Intrinsics

This patch adds the following intrinsics:
            vadd_p8
            vadd_p16
            vadd_p64
            vaddq_p8
            vaddq_p16
            vaddq_p64
            vaddq_p128

Reviewed By: t.p.northover, DavidSpickett

Differential Revision: https://reviews.llvm.org/D96825




More information about the All-commits mailing list