[PATCH] D142035: [AArch64][SME2] Add Multi-vector saturating extract narrow intrinsics

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 09:15:32 PST 2023


CarolineConcatto created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
CarolineConcatto requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add the following intrinsic:

  SQCVT
  SQCVTU
  UQCVT

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142035

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142035.490196.patch
Type: text/x-patch
Size: 12235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230118/bb7f7073/attachment.bin>


More information about the llvm-commits mailing list