]> granicus.if.org Git - llvm/commit
[AArch64][SVE] Implement punpk[hi|lo] intrinsics
authorKerry McLaughlin <kerry.mclaughlin@arm.com>
Mon, 30 Sep 2019 17:10:21 +0000 (17:10 +0000)
committerKerry McLaughlin <kerry.mclaughlin@arm.com>
Mon, 30 Sep 2019 17:10:21 +0000 (17:10 +0000)
commitfe0144dd77595d55801a20aa6f286daecdb9036c
treeee0f6dbbc326cd8df2c027413b6fa72ee8b7383a
parent8f63d86913104c018dcaf5723a49d7646221809f
[AArch64][SVE] Implement punpk[hi|lo] intrinsics

Summary:
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.

Reviewers: sdesmalen, rovka, rengolin

Reviewed By: sdesmalen

Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, greened, cfe-commits, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373232 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsAArch64.td
lib/IR/Function.cpp
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/CodeGen/AArch64/sve-intrinsics-pred-operations.ll [new file with mode: 0644]