[PATCH] D67830: [AArch64][SVE] Implement punpk[hi|lo] intrinsics

Kerry McLaughlin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 20 06:16:30 PDT 2019


kmclaughlin created this revision.
kmclaughlin added reviewers: sdesmalen, rovka.
Herald added subscribers: psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.

Adds the following two intrinsics:

- int_aarch64_sve_punpkhi
- int_aarch64_sve_punpklo

This patch also contains a fix which allows LLVMHalfElementsVectorType
to forward reference overloadable arguments.


Repository:
  rL LLVM

https://reviews.llvm.org/D67830

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/IR/Function.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-intrinsics-pred-operations.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67830.221010.patch
Type: text/x-patch
Size: 6101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190920/8ea6ae3f/attachment-0001.bin>


More information about the cfe-commits mailing list