[all-commits] [llvm/llvm-project] 77b13a: [AArch64][SME] Add SME addha/va intrinsics

david-arm via All-commits all-commits at lists.llvm.org
Tue Jul 5 01:48:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77b13a57a9307e69e9dcf4dd0269aff704807267
      https://github.com/llvm/llvm-project/commit/77b13a57a9307e69e9dcf4dd0269aff704807267
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2022-07-05 (Tue, 05 Jul 2022)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    M llvm/lib/Target/AArch64/SMEInstrFormats.td
    A llvm/test/CodeGen/AArch64/sme-intrinsics-add.ll

  Log Message:
  -----------
  [AArch64][SME] Add SME addha/va intrinsics

This patch adds new the following SME intrinsics:

  @llvm.aarch64.sme.addva
  @llvm.aarch64.sme.addha

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




More information about the All-commits mailing list