[all-commits] [llvm/llvm-project] 8f1651: [ARM, MVE] Add missing tests for vqdmlash intrinsics.

Simon Tatham via All-commits all-commits at lists.llvm.org
Wed Mar 25 02:46:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f1651ccead149fbd2e6fe692fb8a7f787a222bd
      https://github.com/llvm/llvm-project/commit/8f1651ccead149fbd2e6fe692fb8a7f787a222bd
  Author: Simon Tatham <simon.tatham at arm.com>
  Date:   2020-03-25 (Wed, 25 Mar 2020)

  Changed paths:
    M clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    M llvm/test/CodeGen/Thumb2/mve-intrinsics/ternary.ll

  Log Message:
  -----------
  [ARM,MVE] Add missing tests for vqdmlash intrinsics.

Summary:
These were accidentally left out of D76123. I added tests for the
other three instructions in this small cross-product family (vqdmlah,
vqrdmlah, vqrdmlash) but missed this one.

Reviewers: miyuki

Reviewed By: miyuki

Subscribers: kristof.beyls, dmgreen, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list