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

CarolineConcatto via All-commits all-commits at lists.llvm.org
Mon Jan 23 09:50:03 PST 2023


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

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

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

Add the following intrinsic:
  SQCVT
  SQCVTU
  UQCVT

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

Reviewed By: kmclaughlin

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




More information about the All-commits mailing list