[all-commits] [llvm/llvm-project] 0eb099: [ARM][MVE][Intrinsics] remove extraneous intrinsics.

Mark Murray via All-commits all-commits at lists.llvm.org
Fri Dec 13 07:52:27 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0eb0992739189dba0d86af33722bc27260a9b555
      https://github.com/llvm/llvm-project/commit/0eb0992739189dba0d86af33722bc27260a9b555
  Author: Mark Murray <mark.murray at arm.com>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M clang/include/clang/Basic/arm_mve.td
    M clang/include/clang/Basic/arm_mve_defs.td

  Log Message:
  -----------
  [ARM][MVE][Intrinsics] remove extraneous intrinsics.

Summary:
I overstepped my reach and generated too many intrinsics; these never
made it into the tests.

Remove these extras. Some needed to be signed-olny, and there were some
possible but unrequired _x variants that needed an extra argument to
IntrinsicMX to allow [de-]selection at compile-time.

Reviewers: simon_tatham

Subscribers: kristof.beyls, dmgreen, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list