[all-commits] [llvm/llvm-project] 06191d: [AArch64][SME2] Add Multi-vector saturating extrac...

CarolineConcatto via All-commits all-commits at lists.llvm.org
Tue Jan 24 01:18:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06191d132771814ff04df7898141e0db81d39215
      https://github.com/llvm/llvm-project/commit/06191d132771814ff04df7898141e0db81d39215
  Author: Caroline Concatto <caroline.concatto at arm.com>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SMEInstrFormats.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    A llvm/test/CodeGen/AArch64/sme2-intrinsics-qcvtn.ll

  Log Message:
  -----------
  [AArch64][SME2] Add Multi-vector saturating extract narrow and interleave intrinsics

 Add the following intrinsic:
      SQCVTN
      SQCVTUN
      UQCVTN

 NOTE: These intrinsics are still in development and are subject to future changes.

Reviewed By: kmclaughlin

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




More information about the All-commits mailing list