[all-commits] [llvm/llvm-project] 3cb8b4: [SveEmitter] Add builtins for SVE2 Polynomial arit...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Thu May 7 03:53:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3cb8b4c193c1904543511dfe892475c4e733a778
      https://github.com/llvm/llvm-project/commit/3cb8b4c193c1904543511dfe892475c4e733a778
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2020-05-07 (Thu, 07 May 2020)

  Changed paths:
    M clang/include/clang/Basic/arm_sve.td
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eorbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eortb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmul.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt.c
    M clang/utils/TableGen/SveEmitter.cpp

  Log Message:
  -----------
  [SveEmitter] Add builtins for SVE2 Polynomial arithmetic

This patch adds builtins for:
- sveorbt
- sveortb
- svpmul
- svpmullb, svpmullb_pair
- svpmullt, svpmullt_pair

The svpmullb and svpmullt builtins are expressed using the svpmullb_pair
and svpmullt_pair LLVM IR intrinsics, respectively.

Reviewers: SjoerdMeijer, efriedma, rengolin

Reviewed By: efriedma

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




More information about the All-commits mailing list