[PATCH] D71552: [AArch64][SVE2] Add intrinsics for binary narrowing operations

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 08:34:15 PST 2019


andwar created this revision.
andwar added a reviewer: sdesmalen.
Herald added subscribers: llvm-commits, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: rengolin.
Herald added a reviewer: efriedma.
Herald added a project: LLVM.

The following intrinsics for binary narrowing shift righ operations are
added:

- @llvm.aarch64.sve.shrnb
- @llvm.aarch64.sve.uqshrnb
- @llvm.aarch64.sve.sqshrnb
- @llvm.aarch64.sve.sqshrunb
- @llvm.aarch64.sve.uqrshrnb
- @llvm.aarch64.sve.sqrshrnb
- @llvm.aarch64.sve.sqrshrunb
- @llvm.aarch64.sve.shrnt
- @llvm.aarch64.sve.uqshrnt
- @llvm.aarch64.sve.sqshrnt
- @llvm.aarch64.sve.sqshrunt
- @llvm.aarch64.sve.uqrshrnt
- @llvm.aarch64.sve.sqrshrnt
- @llvm.aarch64.sve.sqrshrunt


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71552

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve2-intrinsics-binary-narrowing-shr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71552.234074.patch
Type: text/x-patch
Size: 30704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191216/5f925470/attachment.bin>


More information about the llvm-commits mailing list